ramosian-glider / memory-sanitizer

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

byval shadow not initialized when -msan-check-access-address=0 #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We initialize byval argument shadow in getShadow(arg).
With -msan-check-access-address=0 it is possible (and very likely) that byval 
argument value is accessed without ever calling that.

Luckily, msan-check-access-address=1 is the default.

Original issue reported on code.google.com by euge...@google.com on 28 May 2013 at 12:27

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