Skip to content

Commit 3c359b5

Browse files
Caolán McNamarainferno-chromium
Caolán McNamara
authored andcommitted
[libreoffice] prepare for adding more fuzzers (google#235)
and change CC address for reporting finds
1 parent b7105de commit 3c359b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/libreoffice/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
################################################################################
1616

1717
FROM ossfuzz/base-libfuzzer
18-
MAINTAINER security@documentfoundation.org
18+
MAINTAINER [email protected].org
1919
#build requirements
2020
RUN apt-get build-dep -y libreoffice
2121
RUN apt-get install -y wget

projects/libreoffice/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cp $SRC/libreoffice/extras/source/truetype/symbol/opens___.ttf instdir/share/fon
2020
#minimal runtime requirements
2121
mkdir $OUT/services $OUT/types
2222
pushd instdir/program
23-
cp wmffuzzer *rc *rdb */*rdb $OUT
23+
cp *fuzzer *rc *rdb */*rdb $OUT
2424
popd
2525

2626
#starting corpuses

0 commit comments

Comments
 (0)