FreeBSD Bugzilla – Attachment 161483 Details for
Bug 203409
page fault in tcp_do_segment (r287759 suspected)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix / work-around
file_203409.txt (text/plain), 386 bytes, created by
Andriy Gapon
on 2015-09-28 11:34:32 UTC
(
hide
)
Description:
fix / work-around
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2015-09-28 11:34:32 UTC
Size:
386 bytes
patch
obsolete
>--- a/sys/netinet/tcp_input.c >+++ b/sys/netinet/tcp_input.c >@@ -3116,7 +3116,8 @@ drop: > tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen, > &tcp_savetcp, 0); > #endif >- TCP_PROBE3(debug__input, tp, th, mtod(m, const char *)); >+ if (m != NULL) >+ TCP_PROBE3(debug__input, tp, th, mtod(m, const char *)); > if (tp != NULL) > INP_WUNLOCK(tp->t_inpcb); > m_freem(m);
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 203409
: 161483