Iasen Kostov writes:
>   As I experience system crushes at time of mbufs exhaustion I've compiled
> a debug kernel and traced the problem. I seems the NFS functions
> (nfsm_rpchead, nfsm_reqh ...) does *NOT* chek if they really have
> allocated memory by MGET macro.

No check is necessary if M_WAIT is specified; the M_GET() function
is always successful in that case. Same for malloc().

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to