Subject: CVS commit: src/sys/fs/cd9660
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/27/2004 18:47:16
Module Name:	src
Committed By:	jdolecek
Date:		Mon Dec 27 18:47:16 UTC 2004

Modified Files:
	src/sys/fs/cd9660: cd9660_util.c

Log Message:
change wget_utf8() to not require NUL-terminated string as input,
and adjust callers appropriately. cn_nameptr isn't NUL-terminated
for non-leaf components, so it's incorrect to assume it is always
NUL-terminated.

This fixes previous utf8-ization changes to not panic for cases
like 'echo */*/*.ps' in case the intermediate path components
are not in cache (yet).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/fs/cd9660/cd9660_util.c

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