From: | Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx> |
Date: | Wed, 17 Nov 2004 15:22:32 +0100 |
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