DescriptionAdd lint check for IRT sandbox base address hiding.
This is a kind of lint check to ensure that the LLVM assembler's option for
hiding the sandbox base address on x86-64 is being used in all code compiled
into the IRT (and that assembly code does not have similar issues). It is only a
heuristic intended to prevent accidental changes in the IRT or toolchain build,
and is not exhaustive,
nor is it intended to catch adversarial code.
It is a stopgap until we can fix
https://code.google.com/p/nativeclient/issues/detail?id=3596
R=jvoung@chromium.org, mseaborn@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4088
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/2d8b0bb6ffaf871fdc1f902d38778b2df8c6ff0d
Patch Set 1 #
Total comments: 12
Patch Set 2 : review #
Messages
Total messages: 7 (1 generated)
|