K 10 svn:author V 5 simon K 8 svn:date V 27 2006-03-08T20:21:15.000000Z K 7 svn:log V 328 When parsing an RPC request in nfsrv_dorec(), KASSERT that there actually is an mbuf to process. This catches the missing mbuf before it would otherwise causes a NULL pointer dereference, which could be triggered by a 0 length RPC record before the check for such records was added in rev 1.97. Approved by: cperciva (mentor) END