aboutsummaryrefslogtreecommitdiff
path: root/projects/openh264
diff options
context:
space:
mode:
authorTyson Smith <tysmith@users.noreply.github.com>2019-02-06 12:36:33 -0800
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-02-06 12:36:33 -0800
commit9768f0b4a15f4249b9744d0b4f817b59fbd957d1 (patch)
tree505751410d3e9c74b95565a4260dc65df62acc97 /projects/openh264
parent3b7db8ac31fb79bb1c34a60e259940d14b106a81 (diff)
downloadoss-fuzz-9768f0b4a15f4249b9744d0b4f817b59fbd957d1.tar.gz
[openh264] Add to auto cc list (#2140)
* [openh264] Update corpus zip command * [openh264] Add to auto cc list
Diffstat (limited to 'projects/openh264')
-rwxr-xr-xprojects/openh264/build.sh2
-rw-r--r--projects/openh264/project.yaml3
2 files changed, 4 insertions, 1 deletions
diff --git a/projects/openh264/build.sh b/projects/openh264/build.sh
index cc011a10d..9fe523a68 100755
--- a/projects/openh264/build.sh
+++ b/projects/openh264/build.sh
@@ -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* ]]
diff --git a/projects/openh264/project.yaml b/projects/openh264/project.yaml
index 6e829b644..6eb129ed3 100644
--- a/projects/openh264/project.yaml
+++ b/projects/openh264/project.yaml
@@ -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