From owner-cvs-sys Sun Jan 4 17:12:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA14300 for cvs-sys-outgoing; Sun, 4 Jan 1998 17:12:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA14231; Sun, 4 Jan 1998 17:10:33 -0800 (PST) (envelope-from jmb@FreeBSD.org) From: "Jonathan M. Bresler" Received: (from jmb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA09181; Sun, 4 Jan 1998 17:05:17 -0800 (PST) Date: Sun, 4 Jan 1998 17:05:17 -0800 (PST) Message-Id: <199801050105.RAA09181@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_file.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmb 1998/01/04 17:05:17 PST Modified files: sys/i386/linux linux_file.c Log: length argument to truncate() in linux emulation was not being set copied to the bsd arguments.. frequently, resulting in files of over 100MB of NULs PR: 386/5044 Reviewed by: jmb Submitted by: (Richard Winkel) rich@math.missouri.edu Revision Changes Path 1.18 +2 -1 src/sys/i386/linux/linux_file.c