Modernize our libfuzzer usage to close #40407

Additionally, remove lingering references to hsv2 fuzzers from the
fuzzing_include_am.py script.
This commit is contained in:
Nick Mathewson
2021-06-08 12:47:57 -04:00
parent f93d9d8bac
commit d2256fe9ce
4 changed files with 10 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (fuzzing):
- When building with --enable-libfuzzer, use a set of compiler flags
that works with more recent versions of the library. Previously
we were using a set of flags from 2017.
Closes ticket 40407.