https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110027
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Both of the posted patches are incorrect, this needs to be fixed in asan_emit_stack_protection, account for the different offsets[0] which happens when a stack pointer guard is created. I'll deal with it tomorrow.