[ 
https://issues.apache.org/jira/browse/ARROW-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343229#comment-16343229
 ] 

ASF GitHub Bot commented on ARROW-1589:
---------------------------------------

crepererum opened a new pull request #1529: ARROW-1589: Fuzzing for certain 
input formats
URL: https://github.com/apache/arrow/pull/1529
 
 
   See https://issues.apache.org/jira/browse/ARROW-1589
   
   This only implements the fuzzer for a single input path, but since it also 
sets up the fuzzing infrastructure, it should be easy to add more tests (feel 
free to propose some of them to be included in this PR as well).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [C++] Fuzzing for certain input formats
> ---------------------------------------
>
>                 Key: ARROW-1589
>                 URL: https://issues.apache.org/jira/browse/ARROW-1589
>             Project: Apache Arrow
>          Issue Type: Test
>            Reporter: Marco Neumann
>            Assignee: Marco Neumann
>            Priority: Major
>              Labels: pull-request-available
>
> The arrow lib should have fuzzing tests for certain input formats, e.g. for 
> reading record batches from streams. Ideally, malformed input must not crash 
> the system but must report a proper error. This could easily be implemented 
> e.g. w/ [libfuzzer|https://llvm.org/docs/LibFuzzer.html] in combination with 
> address sanitizer (that's already implemented by Arrow's build system).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to