Date: Sat, 30 Nov 2002 10:37:42 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: setantae@submonkey.net, mckusick@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30959: newfs -i x dumps core for small values of x Message-ID: <200211301837.gAUIbgPM098009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: newfs -i x dumps core for small values of x State-Changed-From-To: open->closed State-Changed-By: mckusick State-Changed-When: Sat Nov 30 10:32:51 PST 2002 State-Changed-Why: From: Kirk McKusick <mckusick@FreeBSD.org> Date: Sat, 30 Nov 2002 10:28:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c newfs.c mckusick 2002/11/30 10:28:26 PST Modified files: sbin/newfs mkfs.c newfs.c Log: Add some more checks to newfs so that it will not build filesystems that the kernel will refuse to mount. Specifically it now enforces the MAXBSIZE blocksize limit. This update also fixes a problem where newfs could segment fault if the selected fragment size was too large. PR: bin/30959 Submitted by: Ceri Davies <setantae@submonkey.net> Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.66 +24 -14 src/sbin/newfs/mkfs.c 1.66 +5 -1 src/sbin/newfs/newfs.c http://www.freebsd.org/cgi/query-pr.cgi?pr=30959 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211301837.gAUIbgPM098009>