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
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
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
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
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