ramosian-glider / sanitizers

0 stars 0 forks source link

Support RTL linked to both .exe and .dll #105

Closed ramosian-glider closed 9 years ago

ramosian-glider commented 9 years ago

Originally reported on Google Code with ID 104

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

ramosian-glider commented 9 years ago

Reported by timurrrr@google.com on 2013-07-16 11:43:45

ramosian-glider commented 9 years ago
Adding Project:AddressSanitizer as part of GitHub migration.

Reported by ramosian.glider on 2015-07-30 09:12:59