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 155167 Details for
Bug 240873
rpcbind segfaults on startup - ipv6 related
[?]
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]
Fix for the oops
rpcbind-0.1.4-iff_up.patch (text/plain), 524 bytes, created by
Doug Ledford
on 2007-05-22 15:25:52 UTC
(
hide
)
Description:
Fix for the oops
Filename:
MIME Type:
Creator:
Doug Ledford
Created:
2007-05-22 15:25:52 UTC
Size:
524 bytes
patch
obsolete
>--- rpcbind-0.1.4/src/util.c.iff_up 2007-05-22 11:14:39.000000000 -0400 >+++ rpcbind-0.1.4/src/util.c 2007-05-22 11:14:56.000000000 -0400 >@@ -359,7 +359,8 @@ network_init() > * interface, join the RPC multicast group on that interface. > */ > for (ifap = ifp; ifap != NULL; ifap = ifap->ifa_next) { >- if (ifap->ifa_addr->sa_family != AF_INET6 || >+ if (!ifap->ifa_addr || >+ ifap->ifa_addr->sa_family != AF_INET6 || > !(ifap->ifa_flags & IFF_MULTICAST)) > continue; > ifindex = if_nametoindex(ifap->ifa_name);
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 240873
: 155167