ChokkaUoM / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

Handle memory accesses in intrinsics #354

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Msan knows how to handle compiler intrinsics and what memory they read and 
write.
It would be useful to extend this to asan and tsan as well. The memory accesses 
in intrinsics can be out-of-bounds or race with other accesses.

Original issue reported on code.google.com by dvyu...@google.com on 27 Oct 2014 at 5:02

GoogleCodeExporter commented 9 years ago
Adding Project:AddressSanitizer as part of GitHub migration.

Original comment by ramosian.glider@gmail.com on 30 Jul 2015 at 9:06