Module Name: src Committed By: maxv Date: Thu Mar 29 17:09:00 UTC 2018
Modified Files: src/sys/netinet: tcp_input.c Log Message: Fix memory leak, we may reallocate 'tcp_saveti' after 'findpcb'. It's not a tragic bug, because it happens only on sockets with debug enabled. To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.