diff options
author | 2025-03-06 20:19:09 -0800 | |
---|---|---|
committer | 2025-03-07 19:58:05 -0800 | |
commit | ed2b548f1017586c44f50654ef9febb42d491f31 (patch) | |
tree | d17aa3f3c788656de2f25f9ea31c8a30758fe9e9 /scripts/generate_rust_analyzer.py | |
parent | samples/check-exec: Fix script name (diff) | |
download | wireguard-linux-ed2b548f1017586c44f50654ef9febb42d491f31.tar.xz wireguard-linux-ed2b548f1017586c44f50654ef9febb42d491f31.zip |
ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
Since we're going to approach integer overflow mitigation a type at a
time, we need to enable all of the associated sanitizers, and then opt
into types one at a time.
Rename the existing "signed wrap" sanitizer to just the entire topic area:
"integer wrap". Enable the implicit integer truncation sanitizers, with
required callbacks and tests.
Notably, this requires features (currently) only available in Clang,
so we can depend on the cc-option tests to determine availability
instead of doing version tests.
Link: https://lore.kernel.org/r/20250307041914.937329-1-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions