DragonFly BSD
DragonFly submit List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: small ndis fix


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Nov 2004 10:29:14 -0800 (PST)

:
: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

    I'm going to leave the (fixed) code in for the moment as a reminder
    in case we need to make the allocation M_NOWAIT in the future.  I doubt
    we ever will, though, since windoz drivers probably just assume that the
    allocations always succeed, so maybe its overkill to leave it in.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]