limdoglim / google-breakpad

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

Mach-o UUID generation has problems #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The LC_ID_DYLIB load command has some information in it which
is being used to generated a unique ID for a Mach-o file.
The current implementation is factoring the time-stamp in which
it should not be, since it differs between otherwise identical mach-o
binaries.  Instead it would be preferable to not use the time-stamp info
and instead use a four-byte hash of the mach-o filename.

Original issue reported on code.google.com by crog...@google.com on 15 Mar 2007 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by waylonis on 15 Mar 2007 at 10:51