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
I believe this can be fixed/changed by suppressing the Python initialization's memory leaks using the LeakSanitizer suppression rules.
We should implement those rules and recommend users to run with them, or, make them somehow "builtin" (so they are applied automagically) if there is such an option.
The text was updated successfully, but these errors were encountered:
Hi,
Atheris is currently recommended to run with ASan's
detect_leaks=0
as per native_extension_fuzzing.md#leak-detection.I believe this can be fixed/changed by suppressing the Python initialization's memory leaks using the LeakSanitizer suppression rules.
We should implement those rules and recommend users to run with them, or, make them somehow "builtin" (so they are applied automagically) if there is such an option.
The text was updated successfully, but these errors were encountered: