Files
cef/include
Marshall Greenblatt 7c94248e45 linux: Fix stack-related sub-process shutdown crashes (fixes #3912)
On Linux systems the stack frame reference canary will be purposely
changed when forking sub-processes (see https://crbug.com/40181003).
To avoid sub-process shutdown crashes the NO_STACK_PROTECTOR
annotation must be added to all functions in the call stack leading to
CefExecuteProcess(). Applications that cannot add this annotation must
instead pass the `--change-stack-guard-on-fork=disable` command-line
flag.
2025-03-31 14:16:08 -04:00
..
2024-10-23 13:24:10 -04:00
2025-03-10 12:12:58 -04:00
2025-03-10 12:12:58 -04:00