This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/70712] False positive from AddressSanitizer with use of 'alignas'


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

Maxim Ostapenko <m.ostapenko at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.ostapenko at samsung dot com

--- Comment #3 from Maxim Ostapenko <m.ostapenko at samsung dot com> ---
Another option would be relaxing align value to ASAN_RED_ZONE_SIZE, because
prev_offset should be aligned only by ASAN_RED_ZONE_SIZE due to previous left
redzone.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]