CVS commit: src/sys/netinet
"Michael van Elst" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: mlelstv Date: Fri Apr 3 07:37:59 UTC 2026 Modified Files: src/sys/netinet: tcp_subr.c Log Message: Add a missing m_freem in a default (non-IPv[46]) path of tcp_respond(). This has no real effect as the protcol is already checked earlier in the function, but might avoid issues in the future. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/netinet/tcp_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.