Bugzilla – Attachment 38363 Details for
Bug 80582
VUL-0: CVE-2005-1281: tcpdump DoS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
tcpdump-bgp-infinite-loop2.patch
tcpdump-bgp-infinite-loop2.patch (text/plain), 423 bytes, created by
Ludwig Nussel
on 2005-05-31 09:30:56 UTC
(
hide
)
Description:
tcpdump-bgp-infinite-loop2.patch
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2005-05-31 09:30:56 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
.
Actions:
View
|
Diff
Attachments on
bug 80582
:
37179
| 38363 |
38364