ramosian-glider / memory-sanitizer

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

Support a module name blacklist to selectively disable interceptor checks #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Case in point: instrumented Chrome calls into non-instrumented libGL.so, which 
then calls the strlen() interceptor and crashes. To work around this, we could 
make the interceptor check the caller's PC against a blacklist of modules 
before crashing.

Original issue reported on code.google.com by earth...@google.com on 24 Jun 2014 at 12:24

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