Files
libfaketime/test
Uli Schlachter 6e0f978079 Add test reproducing ASAN-like hangs
Backtraces suggest that AddressSanitizer replaces malloc() with a
function that

- locks a mutex and
- calls clock_gettime() while the mutex is held

This commit adds a test that implements a trivial malloc() that behaves
similarly. Currently, this test hangs.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2022-05-04 14:25:13 +02:00
..
2022-05-04 14:25:13 +02:00
2019-11-30 09:36:46 +01:00
2018-01-16 14:21:36 -05:00
2019-11-30 09:36:46 +01:00
2022-05-04 14:25:13 +02:00