From 9bfccc4b13650482ad142bf0b1df0c7305905e4c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 23 Feb 2025 04:30:19 +0100 Subject: [PATCH] fuzzers|cmake: Forward to libprotobuf-mutator with Ubuntu 20.04 support --- expat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 2cc2c352..4cf3e349 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -777,7 +777,7 @@ if(EXPAT_BUILD_FUZZERS) ${ProtobufMutator_PREFIX} PREFIX ${ProtobufMutator_PREFIX} GIT_REPOSITORY https://github.com/google/libprotobuf-mutator.git - GIT_TAG 75f1720aeb847b780f270ad7d4157ece5d4f3df1 # v1.4-8-g75f1720 + GIT_TAG 57928f41ae52bb27666aa15b310130d086dac245 # v1.4-16-g57928f4 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} CMAKE_CACHE_ARGS -DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}