K 10 svn:author V 5 benno K 8 svn:date V 27 2014-12-19T19:09:22.735357Z K 7 svn:log V 390 Adjust the test of a KASSERT to better match the intent. This assertion was added in r246213 as a guard against corrupted mbufs arriving from drivers, the key distinguishing factor of said mbufs being that they had a negative length. Given we're in a while loop specifically designed to skip over zero-length mbufs, panicking on a zero-length mbuf seems incorrect. No objection from: kib END