CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/23 15:14:00
Modified files:
sys/netinet : tcp_input.c
Log message:
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@
