Don't free an mbuf twice. This only happens in very rare error
authortuexen <tuexen@FreeBSD.org>
Wed, 23 Apr 2014 21:20:55 +0000 (21:20 +0000)
committertuexen <tuexen@FreeBSD.org>
Wed, 23 Apr 2014 21:20:55 +0000 (21:20 +0000)
commit17495be0b718b94d234d4b4ab299a63ba15f0adf
tree972c17892d793ac4f5192ecb4c136bdb8f9cef64
parent49b51347aad99f7f3952ce47f65716f535b1f5e2
Don't free an mbuf twice. This only happens in very rare error
cases where the peer sends illegal sequencing information in
DATA chunks for an existing association.

MFC after: 3 days.
sys/netinet/sctp_indata.c