Coverity CID 1470233 complainst that the m != NULL check in
authorbluhm <bluhm@openbsd.org>
Mon, 23 Jul 2018 21:14:00 +0000 (21:14 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 23 Jul 2018 21:14:00 +0000 (21:14 +0000)
commit89776af228bc056114966a7033e4b9f33230196d
tree4d96ebe35c4505423279815a13fc6b691a36b82d
parent16fd8a91880c5a2009446b38bb0fe067c3cea48b
Coverity CID 1470233 complainst that the m != NULL check in
syn_cache_get() is not neccessary.  Also make the abort label
consistent to resetandabort and free the mbuf there.
OK mpi@
sys/netinet/tcp_input.c