On Wed, Nov 17, 2004 at 09:02:54AM -0500, Andrew Atrens wrote: > > Straightforward bug fix on error path. Noticed while reviewing the ndis > code ... Even better, the checks are always true, because malloc with M_WAITOK can't return NULL :) Joerg