Open GoogleCodeExporter opened 9 years ago
Per offline discussion, the action plan is:
* Reuse ASan code that bundles all locals into one aggregate, and unpoison it
with memset.
* Assign base origin id for a function in a module constructor. Ids for locals
within one function will be consecutive; function prologue would
(unconditionally) load the base id from a global and use it to setup origins
for all local variables.
Original comment by euge...@google.com
on 24 Nov 2014 at 11:39
Adding Project:MemorySanitizer as part of GitHub migration.
Original comment by gli...@google.com
on 30 Jul 2015 at 9:22
Original issue reported on code.google.com by
euge...@google.com
on 24 Nov 2014 at 11:15