FreeBSD Bugzilla – Attachment 8853 Details for
Bug 18382
ICMP unreachable sent when ipfw drops packet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 242 bytes, created by
blaze
on 2000-05-04 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
blaze
Created:
2000-05-04 09:20:01 UTC
Size:
242 bytes
patch
obsolete
>--- ip_input.c.old Mon Mar 27 23:14:21 2000 >+++ ip_input.c Wed May 3 21:03:11 2000 >@@ -1561,6 +1561,10 @@ > return; > } > } >+ if (error == EACCES) { >+ m_freem(mcopy); >+ mcopy = NULL; >+ } > if (mcopy == NULL) > return; > destifp = NULL;
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 18382
: 8853