Date: Sun, 21 Nov 1999 20:50:11 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_socket.c Message-ID: <199911220450.UAA05072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <iedowse@maths.tcd.ie> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911220450.UAA05072>