mirror of https://github.com/google/oss-fuzz.git
[zstd] Add fuzzers and cc emails (#2309)
* [zstd] Add seed corpora for two new fuzzers * [zstd] Add two more emails to cc list It is helpful to add in the corporate email so we don't miss bugs.
This commit is contained in:
parent
36005daba0
commit
3eaad4f3e2
|
@ -24,6 +24,8 @@ ADD https://github.com/facebook/zstd/releases/download/fuzz-corpora/block_decomp
|
|||
https://github.com/facebook/zstd/releases/download/fuzz-corpora/simple_round_trip_seed_corpus.zip \
|
||||
https://github.com/facebook/zstd/releases/download/fuzz-corpora/stream_decompress_seed_corpus.zip \
|
||||
https://github.com/facebook/zstd/releases/download/fuzz-corpora/stream_round_trip_seed_corpus.zip \
|
||||
https://github.com/facebook/zstd/releases/download/fuzz-corpora/dictionary_decompress_seed_corpus.zip \
|
||||
https://github.com/facebook/zstd/releases/download/fuzz-corpora/dictionary_round_trip_seed_corpus.zip \
|
||||
$SRC/
|
||||
# Clone source
|
||||
RUN git clone --depth 1 https://github.com/facebook/zstd
|
||||
|
|
|
@ -2,6 +2,8 @@ homepage: "http://facebook.github.io/zstd/"
|
|||
primary_contact: "NickRTerrell@gmail.com"
|
||||
auto_ccs:
|
||||
- "Yann.collet.73@gmail.com"
|
||||
- "terrelln@fb.com"
|
||||
- "cyan@fb.com"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
|
|
Loading…
Reference in New Issue