May work. Note that not all ASAN_OPTIONS can be changed at the activation time - we should fix this. Also, I'd like to eventually shift away from this mode on Android and move on to late initialization model, if we can make it work. The hack is great, but it still requires a rooted device, which not many app developers have. On Wed Nov 05 2014 at 4:20:49 AM <[email protected]> wrote:
> > Comment #10 on issue 330 by [email protected]: Support re-exec of > sanitized executable with preloading libasan on Linux and Android > https://code.google.com/p/address-sanitizer/issues/detail?id=330 > > Maybe we should try the same hack as we do on Android? > Everything is runing with asan, but in inactivated mode. > As soon as some module calls __asan_init we activate asan. > > -- > 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. > -- 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.
