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
The FUZZ compilation flag in Boringssl gives some asan flags to the compilers (-fsanitize=address,fuzzer-no-link -fsanitize-coverage=edge,indirect-calls). Those flags may interfere with puffin so a patch is needed to disable them.
The text was updated successfully, but these errors were encountered:
The
FUZZ
compilation flag in Boringssl gives some asan flags to the compilers (-fsanitize=address,fuzzer-no-link -fsanitize-coverage=edge,indirect-calls
). Those flags may interfere with puffin so a patch is needed to disable them.The text was updated successfully, but these errors were encountered: