mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-02-02 17:15:23 +00:00
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 | ||
| helpers.c | ||
| helpers.h | ||
| Makefile | ||
| openat2_test.c | ||
| rename_attack_test.c | ||
| resolve_test.c | ||