accuya/google-breakpad

Mach-o UUID generation has problems

Closed this issue · 1 comments

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

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

  • Changed state: Duplicate