Re: [C++] Arrow added to OSS-Fuzz

2020-02-06 Thread Antoine Pitrou
Hello, A quick update: since Arrow C++ started being fuzzed in OSS-Fuzz, 41 issues (usually crashes) on invalid input have been found, 35 of which have already been corrected. We plan to expand the fuzzed areas to cover Parquet files, as well as serialized Tensor and SparseTensor data. Regards

Re: [C++] Arrow added to OSS-Fuzz

2020-01-17 Thread Antoine Pitrou
Le 17/01/2020 à 07:33, Marco Neumann a écrit : > Hey Antoine,  > > Thanks a lot also from my side.  > > The build is likely currently succeeding due to the Fuzzing work done by > fuzzit. Actually, around ~30 crashes were found on the first run or so. I think one of the important things here

Re: [C++] Arrow added to OSS-Fuzz

2020-01-16 Thread Marco Neumann
Hey Antoine,  Thanks a lot also from my side.  The build is likely currently succeeding due to the Fuzzing work done by fuzzit. We had loads of crashes in the beginning and fixed tons of edge cases, especially around null pointer handling.  I also have some code locally for a Parquet fuzzing s

Re: [C++] Arrow added to OSS-Fuzz

2020-01-15 Thread Fan Liya
Hi Antoine, Good job! And thanks for sharing the great news! Best, Liya Fan On Thu, Jan 16, 2020 at 2:59 AM Antoine Pitrou wrote: > > Hello, > > I would like to announce that Arrow has been accepted on the OSS-Fuzz > infrastructure (a continuous fuzzing infrastructure operated by Google): > ht

[C++] Arrow added to OSS-Fuzz

2020-01-15 Thread Antoine Pitrou
Hello, I would like to announce that Arrow has been accepted on the OSS-Fuzz infrastructure (a continuous fuzzing infrastructure operated by Google): https://github.com/google/oss-fuzz/pull/3233 Right now the only fuzz targets are the C++ stream and file IPC readers. The first build results hav