Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fuzztest #2565

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading