[all-commits] [llvm/llvm-project] 51a11f: [ASan][ADT] Don't scribble with ASan (#79066)
Tacet via All-commits
all-commits at lists.llvm.org
Tue Jan 23 10:13:09 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51a11f1c44b7bd7655687471d8c8912afb637efc
https://github.com/llvm/llvm-project/commit/51a11f1c44b7bd7655687471d8c8912afb637efc
Author: Tacet <advenam.tacet at trailofbits.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/include/llvm/ADT/FunctionExtras.h
Log Message:
-----------
[ASan][ADT] Don't scribble with ASan (#79066)
With this commit, scribbling under AddressSanitizer (ASan) is disabled to prevent overwriting poisoned objects (e.g., annotated short strings).
Needed by https://github.com/llvm/llvm-project/pull/79049
More information about the All-commits
mailing list