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
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 40348 Build 37237: arc lint + arc unit
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 |