Skip to content

Commit

Permalink
Revert to an older fuzztest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Feb 23, 2024
1 parent 877a274 commit 9920931
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ext/fuzztest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

git clone https://github.com/google/fuzztest.git
cd fuzztest
: # There is no tagged release as of 2024/02/22. Pick the earliest commit that fixes
: # an infinite recursion in ParseImpl.
git checkout 727cefdcbf8c05b8c30a010cfb26f5b7c78ca701
: # There is no tagged release as of 2024/02/23. Pick the last commit that works.
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 9920931

Please sign in to comment.