Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xs] Disable stack-use-after-return detection #8923

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. [xs] Disable stack-use-after-return detection

    The `detect_stack_use_after_return=1` option in `ASAN_OPTIONS` set by the runner seemed to cause the fuzzer to not pick up any coverage. Setting `detect_stack_use_after_return=0` fixed it -- local runs picked up coverage with seed corpus, and even a couple crashes.
    raphdev committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    95e952e View commit details
    Browse the repository at this point in the history