Date: Tue, 26 Feb 2008 03:08:22 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs pass1.c Message-ID: <200802260308.m1Q38Mk9082964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2008-02-26 03:08:22 UTC FreeBSD src repository Modified files: sbin/fsck_ffs pass1.c Log: In pass1(), cap inosused to fs_ipg rather than allowing arbitrary number read from cylinder group. Chances that we read a smarshed cylinder group, and we can not 100% trust information it has supplied. fsck_ffs(8) will crash otherwise for some cases. Revision Changes Path 1.44 +4 -2 src/sbin/fsck_ffs/pass1.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802260308.m1Q38Mk9082964>