Subject: PR/32194 CVS commit: src/usr.sbin/makefs
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: David Young <dyoung@netbsd.org>
List: netbsd-bugs
Date: 11/30/2005 00:27:01
The following reply was made to PR bin/32194; it has been noted by GNATS.
From: David Young <dyoung@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32194 CVS commit: src/usr.sbin/makefs
Date: Wed, 30 Nov 2005 00:26:11 +0000 (UTC)
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.