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 library. #1988

Merged
merged 1 commit into from
Feb 1, 2024
Merged
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
6 changes: 3 additions & 3 deletions ext/fuzztest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

git clone https://github.com/google/fuzztest.git
cd fuzztest
: # There is no tagged release as of 2024/01/26. Pick the earliest commit that fixes the
: # undefined reference to LLVMFuzzerRunDriver when building ubsan tests.
git checkout a53a2083e7df08749ea26b5960c05a9bffa186c2
: # There is no tagged release as of 2024/01/26. Pick the earliest commit that fixes
: # a validation bug in FlatMapImpl.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can delete this comment, or replace it with a general statement that we use a stable snapshot.

git checkout b39227cb001a46ed007fa37e40507d777652ede9
sed -i 's/-fsanitize=address//g' ./cmake/FuzzTestFlagSetup.cmake
sed -i 's/-DADDRESS_SANITIZER//g' ./cmake/FuzzTestFlagSetup.cmake

Expand Down
Loading