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 middle-end/13182] -fstack-check probes too distant when allocating on stack


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

--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> To be clear: x86/Linux and x86-64/Linux (and for them there is no protection
> area during the probing).

I misremembered: there is exactly one page of protection area for them because
of the way the unwinding mechanism (run on the alternate stack) restores the
regular execution of the program.

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