Closed GoogleCodeExporter closed 9 years ago
Thanks for the report looks like that may be correct... arguments to
proc_regionfilename() should be
proc_regionfilename(
int pid,
uint64_t address,
void *buffer,
uint32_t buffersize
);
I think the address += size is meant to be incrementing to the next memory map
but it's happening before the first call to proc_regionfilename() and throwing
everything off by one.
Original comment by jlo...@gmail.com
on 17 Jun 2013 at 11:35
Checked in as part of revision 825b10935cc0
Original comment by jlo...@gmail.com
on 18 Jun 2013 at 12:15
Original comment by g.rodola
on 11 Jul 2013 at 8:54
Original issue reported on code.google.com by
asqueella
on 17 Jun 2013 at 11:11