Skip to content

Commit

Permalink
Bump fuzztest (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Jan 8, 2025
1 parent 9941c24 commit 78b0a28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/LocalFuzztest.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_FUZZTEST_TAG "3b4a590f7fc75a77823580c4c4e19d1c7bd6da52")
set(AVIF_FUZZTEST_TAG "8fdc787e8c64066619b69f3ee9d168c00aeddab2")

set(FUZZTEST_SOURCE_DIR "${AVIF_SOURCE_DIR}/ext/fuzztest")

Expand Down
4 changes: 2 additions & 2 deletions ext/fuzztest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

git clone https://github.com/google/fuzztest.git
cd fuzztest
: # There is no tagged release as of 2025/01/06. Pick the latest commit that works.
git checkout 3b4a590f7fc75a77823580c4c4e19d1c7bd6da52
: # There is no tagged release as of 2025/01/08. Pick the latest commit that works.
git checkout 8fdc787e8c64066619b69f3ee9d168c00aeddab2
: # Fixes for https://github.com/google/fuzztest/issues/1124
sed -i 's/-fsanitize=address//g' ./cmake/FuzzTestFlagSetup.cmake
sed -i 's/-DADDRESS_SANITIZER//g' ./cmake/FuzzTestFlagSetup.cmake
Expand Down

0 comments on commit 78b0a28

Please sign in to comment.