Date: Sat, 20 Dec 1997 13:36:59 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck main.c Message-ID: <199712202136.NAA00550@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/12/20 13:36:59 PST Modified files: sbin/fsck main.c Log: Don't attempt to print the statistics for a "clean" preened filesystem when there isn't even a filesystem. Attempting to print them tended to cause SIGSEGV or SIGFPE depending on how far setup() got before it returned 0. This was broken in the previous revision by removing a return statement that the previous case depended on falling into. PR: 4840 (fixed by this commit) PR: 2537 (possibly fixed by Lite2 merge and later changes. setup() does more checking now) Revision Changes Path 1.11 +1 -1 src/sbin/fsck/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712202136.NAA00550>