[compiler-rt] [sanitizer] Add re-execution on FreeBSD when ASLR is detected (PR #73439)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 11:26:48 PST 2023
================
@@ -47,13 +47,16 @@
#if SANITIZER_FREEBSD
#include <pthread_np.h>
+#include <stdlib.h>
----------------
vitalybuka wrote:
Why do you need <stdlib.h> ?
https://github.com/llvm/llvm-project/pull/73439
More information about the llvm-commits
mailing list