FreeBSD Bugzilla – Attachment 41037 Details for
Bug 64345
4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 537 bytes, created by
Dmitry Morozovsky
on 2004-03-16 16:30:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Morozovsky
Created:
2004-03-16 16:30:24 UTC
Size:
537 bytes
patch
obsolete
>Index: sys/netinet/ip_fw2.c >=================================================================== >RCS file: /home/ncvs/src/sys/netinet/ip_fw2.c,v >retrieving revision 1.6.2.18 >diff -u -r1.6.2.18 ip_fw2.c >--- sys/netinet/ip_fw2.c 17 Oct 2003 11:01:03 -0000 1.6.2.18 >+++ sys/netinet/ip_fw2.c 16 Mar 2004 12:39:52 -0000 >@@ -432,6 +432,7 @@ > > /* Check if we've cached the route from the previous call. */ > if (src.s_addr != dst->sin_addr.s_addr) { >+ if (ro.ro_rt != NULL) RTFREE(ro.ro_rt); > ro.ro_rt = NULL; > > bzero(dst, sizeof(*dst));
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 64345
: 41037