Skip to content

Commit

Permalink
Remove forced address sanitizer flags. (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Feb 1, 2024
1 parent a7263ad commit 73cdc27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/fuzztest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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
sed -i 's/-fsanitize=address//g' ./cmake/FuzzTestFlagSetup.cmake
sed -i 's/-DADDRESS_SANITIZER//g' ./cmake/FuzzTestFlagSetup.cmake

: # fuzztest is built by the main CMake project through add_subdirectory as recommended at:
: # https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md

0 comments on commit 73cdc27

Please sign in to comment.