Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/fs/udf



Module Name:    src
Committed By:   bouyer
Date:           Thu Apr 12 19:37:36 UTC 2007

Modified Files:
        src/sys/fs/udf [netbsd-4]: udf_subr.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #567):
        sys/fs/udf/udf_subr.c: revision 1.33
Some rogue implementations use random physical partion numbers just to
break other implementations so lookup the physical number instead of
indexing it. Choosing random numbers here is legal according to the specs,
but not a logical choice and most likely done as a wierd kind of copy
protection.
Rogue implementation found to use this
        *Microsoft CDIMAGE UDF


To generate a diff of this commit:
cvs rdiff -r1.23.2.3 -r1.23.2.4 src/sys/fs/udf/udf_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index