[openh264] Add to auto cc list (#2140)

* [openh264] Update corpus zip command

* [openh264] Add to auto cc list
This commit is contained in:
Tyson Smith 2019-02-06 12:36:33 -08:00 committed by jonathanmetzman
parent 3b7db8ac31
commit 9768f0b4a1
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# prepare corpus
svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/h264 corpus/
mv ./res/*.264 ./corpus/
zip -q0r ${OUT}/decoder_fuzzer_seed_corpus.zip ./corpus/
zip -j0r ${OUT}/decoder_fuzzer_seed_corpus.zip ./corpus/
# build
if [[ $CXXFLAGS = *sanitize=memory* ]]

View File

@ -1,7 +1,10 @@
homepage: "https://www.openh264.org"
primary_contact: "huili2@cisco.com"
auto_ccs:
- "guangwwa@cisco.com"
- "sijchen@cisco.com"
- "twsmith@mozilla.com"
- "yanqian@cisco.com"
sanitizers:
- address
- memory