ramosian-glider / memory-sanitizer

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

Check interceptor parameters for initializedness #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Where applicable. E.g.:

int fd;
close(fd); // <--- should produce an MSan error.

On a related note, intercept close().

Original issue reported on code.google.com by earth...@google.com on 14 Jan 2015 at 6:00

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

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