Open GoogleCodeExporter opened 9 years ago
BTW we're already modifying the shadow in TSan, so it's a lot easier to make a
TSan-based POC implementation.
Original comment by ramosian.glider@gmail.com
on 11 Apr 2014 at 11:10
just to make sure I understand: this is only relevant for global variables (and
constants?). Not for heap or stack data. Right?
Could you please provide a test and desired output?
Original comment by konstant...@gmail.com
on 11 Apr 2014 at 11:13
> just to make sure I understand: this is only relevant for global variables
(and constants?).
Yes. Also potentially function pointers (via relro) and vtables.
> Could you please provide a test and desired output?
This idea is in a very raw state right now, I did not work out as many details
as I'd like. A test could be chrome.apk + a set of URLs to load. Desired output
is the list of offsets in .rodata, .data.rel.ro.local, .data.rel.ro, .data,
.bss and such.
Original comment by pa...@google.com
on 11 Apr 2014 at 11:26
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:05
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:06
Original issue reported on code.google.com by
pa...@google.com
on 11 Apr 2014 at 11:05