You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm trying to port the example woff2 fuzzer to bazel. I have prepared the project so I can run simple tests but when I try to mimic the original LibFuzzer entry point I get an error.
Hi all,
I'm trying to port the example
woff2
fuzzer tobazel
. I have prepared the project so I can run simple tests but when I try to mimic the originalLibFuzzer
entry point I get an error.This is the code
This is the output when I run
bazel run --config=fuzztest --copt=-I./include :alberto -- --fuzz=AlbertoFuzzTest.ConvertWOFF2ToTTF
Which type should I use instead? Any other way to fix it?
The text was updated successfully, but these errors were encountered: