Date: Tue, 21 Jan 1997 17:34:51 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <199701220134.RAA00891@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alc@cs.rice.edu> Revision Changes Path 1.69 +28 -4 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701220134.RAA00891>