Closed GoogleCodeExporter closed 9 years ago
Looking at the old file_id code, it used to find the .text section and then
generate
a MD5 hash:
http://code.google.com/p/google-breakpad/source/browse/trunk/src/common/linux/fi
le_id.cc?spec=svn450&r=312
Presumably doing the MD5 hash in the crashed process is a no-no, but the code to
locate the .text section seems pretty harmless. Could we switch to XORing the
contents of the .text section instead?
Original comment by ted.mielczarek
on 16 Dec 2009 at 2:10
A patch is up for review at http://breakpad.appspot.com/49008
Original comment by ted.mielczarek
on 18 Dec 2009 at 6:45
Fixed in r461.
Original comment by ted.mielczarek
on 23 Dec 2009 at 5:09
Original issue reported on code.google.com by
ted.mielczarek
on 16 Dec 2009 at 2:00