Skip to content

Commit

Permalink
Bump fuzztest library.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Feb 1, 2024
1 parent 73cdc27 commit a87dda7
Showing 1 changed file with 3 additions and 3 deletions.
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.
git checkout b39227cb001a46ed007fa37e40507d777652ede9
sed -i 's/-fsanitize=address//g' ./cmake/FuzzTestFlagSetup.cmake
sed -i 's/-DADDRESS_SANITIZER//g' ./cmake/FuzzTestFlagSetup.cmake

Expand Down

0 comments on commit a87dda7

Please sign in to comment.