Subject: bin/18321: 'ls -i' core dumps
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dsl@l8s.co.uk>
List: netbsd-bugs
Date: 09/17/2002 13:46:38
>Number:         18321
>Category:       bin
>Synopsis:       'ls -i' core dumps
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 17 05:43:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Laight
>Release:        NetBSD 1.6H
>Organization:
>Environment:
System: NetBSD snowdrop 1.6H NetBSD 1.6H (GENERIC) #170: Tue Sep 17 13:12:24 BST 2002
dsl@snowdrop:/oldroot/usr/bsd-current/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
	The latest change to ls.c makes ls -i core dump.
>How-To-Repeat:
	ls -i
>Fix:
	anoncvs is dead...
	change bin/ls/ls.c line 84 from:
	    long blocksize;			/* block size units */
	to:
	    long blocksize = 1;			/* block size units */
>Release-Note:
>Audit-Trail:
>Unformatted:
 	ls.c 1.44