Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
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.
Home |
Main Index |
Thread Index |
Old Index