Hi all,is there any way to control GCC's Address Sanitizer feature in more detail?
For example, with clang it is possible to prevent instrumentation of global or stack variables with compile time flags. For GCC there are no additional
flags listed in the documentation. Any hints would be appreciated. If it is somehow possible with a small patch a pointer to what I have to change would be great. Best regards, Martin