Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144823 Details for
Bug 221439
CVE-2006-6870 Maliciously crafted packed can DoS avahi daemon
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstram patch for avahi Ticket #84 bug
avahi-dos.diff (text/plain), 745 bytes, created by
Lubomir Kundrak
on 2007-01-04 17:39:46 UTC
(
hide
)
Description:
Upstram patch for avahi Ticket #84 bug
Filename:
MIME Type:
Creator:
Lubomir Kundrak
Created:
2007-01-04 17:39:46 UTC
Size:
745 bytes
patch
obsolete
>Index: trunk/avahi-core/dns.c >=================================================================== >--- trunk/avahi-core/dns.c (revision 1203) >+++ trunk/avahi-core/dns.c (revision 1341) >@@ -333,7 +333,8 @@ > int compressed = 0; > int first_label = 1; >+ int i; > assert(p && ret_name && l); > >- for (;;) { >+ for (i = 0; i < AVAHI_DNS_LABELS_MAX; i++) { > uint8_t n; > >Index: trunk/avahi-core/dns.h >=================================================================== >--- trunk/avahi-core/dns.h (revision 867) >+++ trunk/avahi-core/dns.h (revision 1341) >@@ -29,4 +29,5 @@ > #define AVAHI_DNS_PACKET_HEADER_SIZE 12 > #define AVAHI_DNS_PACKET_EXTRA_SIZE 48 >+#define AVAHI_DNS_LABELS_MAX 127 > > typedef struct AvahiDnsPacket { >
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 221439
: 144823