K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-02-08T23:00:23.000000Z K 7 svn:log V 501 MFC: fix a serious bug in the ed driver when very short packets are received (with bpf or bridging active). Some code was erroneously assuming that the packet contained at least the ethernet header, and as a result a negative length was later written into the mbuf header, eventually resulting in random panics. This bug has been reported for some time, but i was never able to reproduce it locally because I had the code fixed in my sources a couple of weeks ago, and just forgot to commit the fix. END