Skip to content

Commit 15c11d7

Browse files
authored
libprotobuf-mutator: Start using -DLIB_PROTO_MUTATOR_EXAMPLES_USE_LATEST=ON (#13073)
.. to keep examples `expat_example` and `libxml2_example` that are fuzzed in OSS-Fuzz using latest libexpat and libxml2 Related: google/libprotobuf-mutator#273 CC @vitalybuka Signed-off-by: Sebastian Pipping <[email protected]>
1 parent 2eb3579 commit 15c11d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/libprotobuf-mutator/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pushd build
2323
rm -rf *
2424
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release \
2525
-DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON \
26+
-DLIB_PROTO_MUTATOR_EXAMPLES_USE_LATEST=ON \
2627
-DLIB_PROTO_MUTATOR_FUZZER_LIBRARIES=FuzzingEngine
2728
ninja libxml2_example expat_example
2829
cp -f examples/libxml2/libxml2_example $OUT/

0 commit comments

Comments
 (0)