Files
clang-p2996/compiler-rt/lib/msan/tests
Florian Mayer 0488d1774b Reland "[Sanitizers] Intercept timer_create" (#113710) (#116717)
Original commit 2ec5c69b68 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
2024-11-18 23:18:54 -08:00
..