Problem:
On Windows, each .dll has its own copy of all the statically linked libraries, including
the ASan RTL.
As a result, asan_init is called multiple times in the same address space and the subsequent
executions fail to map the shadow memory.
Reported by timurrrr@google.com on 2012-08-28 14:35:25
Originally reported on Google Code with ID 104
Reported by
timurrrr@google.com
on 2012-08-28 14:35:25