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 623346 Details for
Bug 863936
dhcrelay segfaults when packet is received over interface without any IPv4 address assigned
[?]
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]
patch
dhcp-4.1.1-P1-do_relay4.patch (text/plain), 608 bytes, created by
Jiri Popelka
on 2012-10-08 08:54:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jiri Popelka
Created:
2012-10-08 08:54:42 UTC
Size:
608 bytes
patch
obsolete
>diff -up dhcp-4.1.1-P1/relay/dhcrelay.c.do_relay4 dhcp-4.1.1-P1/relay/dhcrelay.c >--- dhcp-4.1.1-P1/relay/dhcrelay.c.do_relay4 2012-10-08 10:44:42.000000000 +0200 >+++ dhcp-4.1.1-P1/relay/dhcrelay.c 2012-10-08 10:47:01.992278503 +0200 >@@ -566,6 +566,12 @@ do_relay4(struct interface_info *ip, str > return; > } > >+ if (ip->address_count < 1 || ip->addresses == NULL) { >+ log_info("Discarding packet received on %s interface that " >+ "has no IPv4 address assigned.", ip->name); >+ return; >+ } >+ > /* Find the interface that corresponds to the giaddr > in the packet. */ > if (packet->giaddr.s_addr) {
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 863936
: 623346