K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-11-23T20:31:27.102185Z K 7 svn:log V 281 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. END