c652df8a4a
When dynamically linking, Address Sanitizer requires its library to be the first one to be loaded; this is apparently to ensure that every call to malloc is intercepted. If using LD_PRELOAD, those listed libraries will be loaded before the libraries listed in the program's ELF and will therefore violate this requirement, leading to the below failure and output from ASan. commit |
||
---|---|---|
.. | ||
.gitignore | ||
fchmodat2_test.c | ||
Makefile |