ramosian-glider / memory-sanitizer

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

Better reports for intrinsics, inline asm #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the following cases, MSan should report specifically what happened, rather 
than give a generic use-of-uninitialized-value warning:

- uninitialized value passed as an input parameter to an inline asm block,
- crash within a heuristically handled intrinsic (does this happen at all or do 
they always propagate shadow?)

Original issue reported on code.google.com by earth...@google.com on 16 Oct 2014 at 5:18

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

Original comment by gli...@google.com on 30 Jul 2015 at 9:22