CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/23 14:06:47
Modified files:
sys/netinet : tcp_timer.c
Log message:
Although it is a dead store here, always reassign the tcpcb after
calling tcp_close(), tcp_drop(), and tcp_disconnect(). Then no
freed memory can be used after closing a TCP connection.
OK mikeb@ mpi@
