Date: Tue, 4 Apr 2000 14:00:40 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c Message-ID: <200004042100.OAA46425@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/04/04 14:00:40 PDT Modified files: sys/vm vm_zone.c Log: Fix _zget() so that it checks the return from kmem_alloc(), to avoid zttempting to bzero NULL when the kernel map fills up. _zget() will now return NULL as it seems it was originally intended to do. Revision Changes Path 1.31 +10 -4 src/sys/vm/vm_zone.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?200004042100.OAA46425>