Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60774 Details for
Bug 95349
net-analyzer/tcpdump BGP infinite loop vulnerability (CAN-2005-1267)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tcpdump-bgp-infinite-loop2.patch
tcpdump-bgp-infinite-loop2.patch (text/plain), 423 bytes, created by
Thierry Carrez (RETIRED)
on 2005-06-07 07:57:58 UTC
(
hide
)
Description:
tcpdump-bgp-infinite-loop2.patch
Filename:
MIME Type:
Creator:
Thierry Carrez (RETIRED)
Created:
2005-06-07 07:57:58 UTC
Size:
423 bytes
patch
obsolete
>--- print-bgp.c.orig Mon May 30 23:37:17 2005 >+++ print-bgp.c Mon May 30 23:36:51 2005 >@@ -1648,9 +1648,10 @@ > while (dat + length > p) { > char buf[MAXHOSTNAMELEN + 100]; > i = decode_prefix4(p, buf, sizeof(buf)); >- if (i == -1) >+ if (i == -1) { > printf("\n\t (illegal prefix length)"); >- else if (i == -2) >+ break; >+ } else if (i == -2) > goto trunc; > else { > printf("\n\t %s", buf);
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 95349
: 60774