[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:
Nick Terrell 2019-04-10 13:35:20 -07:00 committed by Max Moroz
parent 36005daba0
commit 3eaad4f3e2
2 changed files with 4 additions and 0 deletions

View File

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

View File

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