FreeBSD Bugzilla – Attachment 188313 Details for
Bug 223817
mbuf leaking with tcpmd5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
tcp_output.diff (text/plain), 345 bytes, created by
Andrey V. Elsukov
on 2017-11-27 13:23:12 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2017-11-27 13:23:12 UTC
Size:
345 bytes
patch
obsolete
>Index: sys/netinet/tcp_output.c >=================================================================== >--- sys/netinet/tcp_output.c (revision 326246) >+++ sys/netinet/tcp_output.c (working copy) >@@ -1297,6 +1297,7 @@ send: > * Do not send segment if the calculation of MD5 > * digest has failed. > */ >+ m_freem(m); > goto out; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223817
: 188313