Subject: CVS commit: src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 04/12/2007 01:56:37
Module Name:	src
Committed By:	reinoud
Date:		Thu Apr 12 01:56:36 UTC 2007

Modified Files:
	src/sys/fs/udf: udf_subr.c

Log Message:
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.32 -r1.33 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.