]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix _zget() so that it checks the return from kmem_alloc(), to avoid
authormsmith <msmith@FreeBSD.org>
Tue, 4 Apr 2000 21:00:39 +0000 (21:00 +0000)
committermsmith <msmith@FreeBSD.org>
Tue, 4 Apr 2000 21:00:39 +0000 (21:00 +0000)
commit9942d38efa51aa6aa1eff896d00233fa97047309
tree9dab0af6dbde7a7a96a3d8b32a06772d4f9a383f
parent96e6d0e350ef149f900cade897084746205c4322
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.
sys/vm/vm_zone.c