From owner-cvs-sys Tue Jan 21 17:34:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA00903 for cvs-sys-outgoing; Tue, 21 Jan 1997 17:34:55 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA00891; Tue, 21 Jan 1997 17:34:51 -0800 (PST) Date: Tue, 21 Jan 1997 17:34:51 -0800 (PST) From: John Dyson Message-Id: <199701220134.RAA00891@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/21 17:34:51 Modified: sys/vm vm_map.c Log: Fix two problems where a NULL object is dereferenced. One problem was in the VM_INHERIT_SHARE case of vmspace_fork, and also in vm_map_madvise. Submitted by: Alan Cox Revision Changes Path 1.69 +28 -4 src/sys/vm/vm_map.c