Skip to content

ARROW-13846: [C++] Fix crashes on invalid IPC file - #11059

Closed
pitrou wants to merge 2 commits into
apache:masterfrom
pitrou:ARROW-13846-ipc-fuzz-crashes
Closed

ARROW-13846: [C++] Fix crashes on invalid IPC file#11059
pitrou wants to merge 2 commits into
apache:masterfrom
pitrou:ARROW-13846-ipc-fuzz-crashes

Conversation

@pitrou

@pitroupitrou commented Sep 1, 2021

Copy link
Copy Markdown
Member

Should fix the following issues found by OSS-Fuzz:

Also add the IPC integration reference files to the fuzzing corpus, this may help find more issues.

@github-actions

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

Comment threadcpp/src/arrow/array/util.cc Outdated
Comment threadcpp/src/arrow/array/util.cc
@emkornfield

Copy link
Copy Markdown
Contributor

A few small suggestions on docs, and one other small nit for naming but otherwise LGTM. Thanks!

@pitroupitrou closed this in 495c734Sep 2, 2021
@pitrou
pitrou deleted the ARROW-13846-ipc-fuzz-crashes branch September 2, 2021 11:04
ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
Should fix the following issues found by OSS-Fuzz:
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37927
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37915
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37888
Also add the IPC integration reference files to the fuzzing corpus, this may help find more issues.
Closesapache#11059 from pitrou/ARROW-13846-ipc-fuzz-crashes
Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pitrou@emkornfield