[Bug sanitizer/101476] AddressSanitizer check failed, points out a (potentially) non-existing stack error

stsp at users dot sourceforge.net gcc-bugzilla@gcc.gnu.org
Tue Jan 18 17:56:23 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101476

--- Comment #3 from Stas Sergeev <stsp at users dot sourceforge.net> ---
Why does it check for a redzone
on a non-leaf function? GetAltStackSize()
calls to a glibc's getconf and that
overwrites a canary.
Maybe it shouldn't use/check the redzone
on a non-leaf function?


More information about the Gcc-bugs mailing list