From owner-cvs-all Sun Nov 21 20:50:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F19E14A07; Sun, 21 Nov 1999 20:50:11 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA05072; Sun, 21 Nov 1999 20:50:11 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199911220450.UAA05072@freefall.freebsd.org> From: Matt Dillon Date: Sun, 21 Nov 1999 20:50:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/11/21 20:50:11 PST Modified files: sys/nfs nfs_socket.c Log: nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization of element [4] in both, which goes beyond the end of the array, leaving [0], [1], [2], and [3]. This bug did not cause any problems since the overrun fields are initialized after the bogus array init but needs to be fixed anyway. Submitted by: Ian Dowse Revision Changes Path 1.57 +4 -4 src/sys/nfs/nfs_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message