Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 330 by [email protected]: Support re-exec of sanitized executable with preloading libasan on Linux and Android
http://code.google.com/p/address-sanitizer/issues/detail?id=330

What steps will reproduce the problem?
Currently if we want to run sanitized shared library in unsanitized executable we have to run executable with LD_PRELOAD=libasan.so which may be inconvenient for users (have to modify startup scripts, etc.). Asan Mac backend implements MaybeReexec() function which allows to reexecute program with modified LD_PRELOAD. The same could be supported for Linux and Android.

What version of the product are you using? On what operating system?
gcc 4.8, Linux

Please provide any additional information below.
I am going to work on such patch. Please let me know if it's already in development.


--
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.

Reply via email to