Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/30/2005 00:26:11
Module Name:	src
Committed By:	dyoung
Date:		Wed Nov 30 00:26:11 UTC 2005

Modified Files:
	src/usr.sbin/makefs: cd9660.c

Log Message:
Fix a bug in cd9660_sort_nodes, which tried to insert `next' before
`node' on a tail-queue, when `node' wasn't on the tail-queue.
Sometimes this led to a segfault.  Insert before `cn', since that
is the intention.  Closes PR 32194. Thanks, Jeff Rizzo, for reporting
this bug.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.sbin/makefs/cd9660.c

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