[Bug sanitizer/85389] posix_memalign() crash with address sanitizer when passing invalid arguments
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Apr 18 07:03:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85389
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Apr 18 07:02:40 2018
New Revision: 259459
URL: https://gcc.gnu.org/viewcvs?rev=259459&root=gcc&view=rev
Log:
PR sanitizer/85389
* asan/asan_allocator.h (kAllocatorSpace): For __powerpc64__ change
from 0xa0000000000ULL to ~(uptr)0.
Modified:
trunk/libsanitizer/ChangeLog
trunk/libsanitizer/asan/asan_allocator.h
More information about the Gcc-bugs
mailing list