Commit Graph

5 Commits

Author SHA1 Message Date
maflcko a2c60af933
infra: Roll OUR_LLVM_REVISION (#11714)
From https://github.com/google/oss-fuzz/pull/11707 with the branch
renamed

---------

Co-authored-by: Jonathan Metzman <metzman@chromium.org>
Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
2024-04-30 09:29:51 +10:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Antoine Pitrou 3df5b2806f
[Arrow] Also checkout git submodules (#3431)
This will allow us to enhance the seed corpuses.
2020-02-26 09:47:12 -08:00
Antoine Pitrou f873bcd758
[arrow] Enable Parquet build (#3374)
The Parquet C++ reader is part of the Arrow project but needs to be enabled
explicitly.  This is required so that we can add a fuzz target for Parquet files.
2020-02-12 11:13:13 -08:00
Antoine Pitrou 648d3f5b7d [arrow] Submit Apache Arrow for inclusion (#3233)
* Submit Apache Arrow for inclusion

Arrow is both an efficient in-memory format for tabular data,
an IPC format with zero-copy capabilities, and a set of interoperable
language implementations (~10 languages currently: C++, Python, Java,
Rust, Go...).

This submission is for fuzzing the Arrow C++ IPC reader.
If accepted, we plan to add other fuzz targets, for example for
reading Parquet files.

* Add license header to project.yaml
2020-01-15 09:13:42 -08:00