Comment #1 on issue 357 by [email protected]: Uninstrumented linked-only
executables fail to initialize ASan before main
https://code.google.com/p/address-sanitizer/issues/detail?id=357
Right, good catch. On Linux we use a static runtime with an initializer
in .preinit_array. On Android, we use a shared runtime, but one of our
interceptors gets called early during libc initialization. Neither happens
on OSX.
We should add a constructor calling AsanInitFromRtl when building a shared
runtime.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
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.