[PATCH] [asan] Implement delayed activation of AddressSanitizer

Evgeniy Stepanov eugenis at google.com
Wed Jan 15 05:31:41 PST 2014


  As glider pointed out, we have a "bening" race in flag copy in AsanActivate(). Sounds like we need to do all flag access with atomics to avoid that. :(

http://llvm-reviews.chandlerc.com/D2553



More information about the llvm-commits mailing list