[Bug sanitizer/55975] asan does not work with 46 bit address space on PowerPC64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 23 13:30:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55975
--- Comment #30 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-23 13:30:19 UTC ---
What I mean, is a stack PROT_GROWSDOWN RLIM_INFINITY RLIMIT_STACK mapping is
defined to be a mapping from the top of that mapping down to the first mapping
of something else below it. Whether it is the shadow memory or something else
doesn't matter. There is just no overlap in that case, so the error looks
wrong to me.
More information about the Gcc-bugs
mailing list