> libasan.so.1 is ahead of libc.so, > And I think the other libs couldn't link the libasan.so.1 except this > recompiled one, > so the interceptors not work for them. Am I right?
No, that's not how symbol resolution works on Linux systems. As I mentioned, interception is done globally. You'll probably want to check Drepper's article on this (https://software.intel.com/sites/default/files/m/a/1/e/dsohowto.pdf). -Y -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
