Skip to content

Commit

Permalink
Add references to fuzztest bugs. (AOMediaCodec#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Apr 9, 2024
1 parent 30adc11 commit 7bc40b1
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 @@ -11,8 +11,10 @@ git clone https://github.com/google/fuzztest.git
cd fuzztest
: # There is no tagged release as of 2024/04/09. Pick the latest commit that works.
git checkout a990537097b6fd337436f7662fb39fc91fa01f3f
: # 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
: # Fixes for https://github.com/google/fuzztest/issues/1125
sed -i 's/if (IsEnginePlaceholderInput(data)) return;/if (data.size() == 0) return;/g' ./fuzztest/internal/compatibility_mode.cc
sed -i 's/set(GTEST_HAS_ABSL ON)/set(GTEST_HAS_ABSL OFF)/g' ./cmake/BuildDependencies.cmake

Expand Down

0 comments on commit 7bc40b1

Please sign in to comment.