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

Add or display ASAN_OPTIONS in crash report #59

Open
posidron opened this issue Jun 26, 2019 · 3 comments
Open

Add or display ASAN_OPTIONS in crash report #59

posidron opened this issue Jun 26, 2019 · 3 comments

Comments

@posidron
Copy link
Contributor

Example: https://fuzzmanager.fuzzing.mozilla.org/crashmanager/crashes/3637015 (see Environment). Observation is based on the rr reports in which this is not included or displayed.

@tysmith
Copy link
Collaborator

tysmith commented Jun 26, 2019

What exactly is missing? I can add this info to the crash report but FFPuppet manually updates ASAN_OPTIONS (https://github.com/MozillaSecurity/ffpuppet/blob/master/ffpuppet/helpers.py#L229) so it won't be accurate.

@posidron
Copy link
Contributor Author

The used ASAN_OPTIONS for the individual run, similar to what we attach with the above LibFuzzer output. Dunno about the preferences here but for LibFuzzer it is just attached to the submit report to FM.

@jschwartzentruber
Copy link
Collaborator

What exactly is missing? I can add this info to the crash report but FFPuppet manually updates ASAN_OPTIONS (https://github.com/MozillaSecurity/ffpuppet/blob/master/ffpuppet/helpers.py#L229) so it won't be accurate.

Maybe FFPuppet should print them at launch? Especially since it could be modifying them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants