diff options
author | Florian Mayer <fmayer@google.com> | 2024-11-18 23:18:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 23:18:54 -0800 |
commit | 0488d1774b197513cf91d973e103f4e7de293c00 (patch) | |
tree | 75be99a04780a8c4f19b6c25b7ad7701b73138d6 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2e0a3c281b31eeffb1c12b53360f22760e246af2 (diff) | |
download | llvm-0488d1774b197513cf91d973e103f4e7de293c00.zip llvm-0488d1774b197513cf91d973e103f4e7de293c00.tar.gz llvm-0488d1774b197513cf91d973e103f4e7de293c00.tar.bz2 |
Reland "[Sanitizers] Intercept timer_create" (#113710) (#116717)
Original commit 2ec5c69b6872b8b474f3d37b9125d3d57d144d1b only
intercepted timer_create.
Because of how versioned libc symbols work, this could cause problems
where a newer `timer_create`
was used, and the result would be used by an older version. This would
cause crashes. This is why we
need to intercept all of the related functions.
Addresses https://github.com/llvm/llvm-project/issues/111847
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions