We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7105de commit 3c359b5Copy full SHA for 3c359b5
projects/libreoffice/Dockerfile
@@ -15,7 +15,7 @@
15
################################################################################
16
17
FROM ossfuzz/base-libfuzzer
18
-MAINTAINER security@documentfoundation.org
+MAINTAINER [email protected].org
19
#build requirements
20
RUN apt-get build-dep -y libreoffice
21
RUN apt-get install -y wget
projects/libreoffice/build.sh
@@ -20,7 +20,7 @@ cp $SRC/libreoffice/extras/source/truetype/symbol/opens___.ttf instdir/share/fon
#minimal runtime requirements
mkdir $OUT/services $OUT/types
22
pushd instdir/program
23
-cp wmffuzzer *rc *rdb */*rdb $OUT
+cp *fuzzer *rc *rdb */*rdb $OUT
24
popd
25
26
#starting corpuses
0 commit comments