Fix mbuf leaks after reception error in re_rxeof().
authorvisa <visa@openbsd.org>
Mon, 17 May 2021 11:59:53 +0000 (11:59 +0000)
committervisa <visa@openbsd.org>
Mon, 17 May 2021 11:59:53 +0000 (11:59 +0000)
commit9c6dbd84ab73f22414d31edb072d7cfdb1436aea
tree3bddaf05c072d5dfa6f70986cd96c49b01442ade
parentdd135e81384165a8ce470ca762ac1815613986d1
Fix mbuf leaks after reception error in re_rxeof().

Also, increment the error counter when an unexpected fragment is seen.

OK claudio@
sys/dev/ic/re.c