HomeFreeBSD

MFC r340662 (rmacklem):

Description

MFC r340662 (rmacklem):

nfsm_advance() would panic() when the offs argument was negative.
The code assumed that this would indicate a corrupted mbuf chain, but
it could simply be caused by bogus RPC message data.
This patch replaces the panic() with a printf() plus error return.

Details

Provenance
emasteAuthored on
Parents
rS340852: MFC r340661 (rmacklem):
Branches
Unknown
Tags
Unknown