If the lookup using RTLD_NEXT failed, the sanitizer runtime library
is later in the library search order than the DSO that we are trying
to intercept, which means that we cannot intercept this function. We
still want the address of the real definition, though, so look it up
using RTLD_DEFAULT.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 11946 Build 11946: arc lint + arc unit