We have to ensure that we don't link any instrumented object files
into rescue as it is a static executable and static binaries can't
use the sanitizer runtime.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
rescue/rescue/Makefile | ||
---|---|---|
117 | do you happen to know why ${LIBIPF} fails in this context? |
rescue/rescue/Makefile | ||
---|---|---|
117 | It was selecting the _pie.a library that has ASAN instrumentation. Actually this might no longer be needed with the |