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

Is Asan compatible with -fstack-protector-strong ? #1741

Open
Desperado17 opened this issue Apr 3, 2024 · 0 comments
Open

Is Asan compatible with -fstack-protector-strong ? #1741

Desperado17 opened this issue Apr 3, 2024 · 0 comments

Comments

@Desperado17
Copy link

Greetings,

I have an issue with a g++ 9.3.0 on an Aarch64 embedded linux where asan detects a regular nullptr access and prints it to stderr. Right afterwards a "*** stack smashing detected***" message is printed to stderr but no backtrace.

Is it possible that -fstack-protector-strong and asan interfere in some way? Since I get no backtrace and asan itself doesn't detect an overwrite.

Regards.

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

No branches or pull requests

1 participant