Bug 1819064 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We define a new MOZ_HAVE_NO_STACK_PROTECTOR modifier attribute. It is
mapped to GNU __attribute__((no_stack_protector)), or MSVC
__declspec(safebuffers). It specifies that a given function should *NOT*
be instrumented to detect stack buffer overflows at runtime.
We define a new MOZ_HAVE_NO_STACK_PROTECTOR modifier attribute. It is
mapped to GNU `__attribute__((no_stack_protector))`, or MSVC
`__declspec(safebuffers)`. It specifies that a given function should *NOT*
be instrumented to detect stack buffer overflows at runtime.

Back to Bug 1819064 Comment 7