On Sat, Nov 1, 2014 at 8:39 AM, 'Evgeniy Stepanov' via address-sanitizer <[email protected]> wrote: > Maybe we could go back to the idea of late initialization?
You mean making all interceptors respect asan_inited flag? > Late shadow mapping seems to work OK in most cases, you could hack the loader > to reserve this region for you. If I were to hack loader, I'd just update it to automatically preload libasan.so when necessary (i.e. in case any of the DSOs depends on it) and also make sure __asan_init is the first ctor to be called. I think I'd prefer to live with another local patch though. -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.
