build: add comment for enable_cet_shadow_stack (#33747)
This commit is contained in:
parent
7038d2d418
commit
d804cd5de2
1 changed files with 3 additions and 0 deletions
|
@ -34,4 +34,7 @@ is_cfi = false
|
||||||
# Make application name configurable at runtime for cookie crypto
|
# Make application name configurable at runtime for cookie crypto
|
||||||
allow_runtime_configurable_key_storage = true
|
allow_runtime_configurable_key_storage = true
|
||||||
|
|
||||||
|
# CET shadow stack is incompatible with v8, until v8 is CET compliant
|
||||||
|
# enabling this flag causes main process crashes where CET is enabled
|
||||||
|
# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=357
|
||||||
enable_cet_shadow_stack = false
|
enable_cet_shadow_stack = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue