ramosian-glider / memory-sanitizer

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

Intercept memcmp() #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've noticed that we don't have a memcmp() interceptor in MSan. Is that 
intentional?

Original issue reported on code.google.com by earth...@google.com on 7 Oct 2014 at 6:44

GoogleCodeExporter commented 9 years ago
No, I don't think so.
It can not cause false positives, so there has not been much incentive to add 
one.
We should move the one from asan to sanitizer_common.

Original comment by euge...@google.com on 7 Oct 2014 at 7:41

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