From owner-cvs-sys Sat Mar 15 08:49:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29408 for cvs-sys-outgoing; Sat, 15 Mar 1997 08:49:54 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29401; Sat, 15 Mar 1997 08:49:53 -0800 (PST) Date: Sat, 15 Mar 1997 08:49:53 -0800 (PST) From: Bruce Evans Message-Id: <199703151649.IAA29401@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot sys.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/15 08:49:52 Modified: sys/i386/boot/biosboot sys.c Log: Don't attempt to read past EOF. Saved enough bytes to make room for this bloat (testing poff < inode.i_size takes 56 bytes!) by copying fs to a local variable. Revision Changes Path 1.19 +8 -6 src/sys/i386/boot/biosboot/sys.c