From owner-cvs-sys Sun Jan 28 18:57:40 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21261 for cvs-sys-outgoing; Sun, 28 Jan 1996 18:57:40 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21253 Sun, 28 Jan 1996 18:57:36 -0800 (PST) Date: Sun, 28 Jan 1996 18:57:36 -0800 (PST) From: John Dyson Message-Id: <199601290257.SAA21253@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/28 18:57:35 Modified: sys/kern sys_pipe.c Log: Fixed an uninitialized variable (argument to vm_map_find) -- problem that DG detected, and promptly found a fix. Submitted by: davidg Revision Changes Path 1.2 +8 -5 src/sys/kern/sys_pipe.c