M_NOWAIT -> M_INTWAIT/M_WAITOK. Plus fix a NULL free() that can occur if
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Sep 2004 06:32:41 +0000 (06:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Sep 2004 06:32:41 +0000 (06:32 +0000)
commit6147a8afab110652542d96b22479fb476c183db1
tree31c5d1e005435398f9cbdce81fe0fd45d47dd1ca
parentf2d37758e1bdb7b3adaf45cc65f23ed083898ce1
M_NOWAIT -> M_INTWAIT/M_WAITOK.  Plus fix a NULL free() that can occur if
initialization fails (which can occur if contigmalloc fails).
sys/emulation/ndis/kern_ndis.c
sys/emulation/ndis/subr_ndis.c
sys/emulation/ndis/subr_ntoskrnl.c