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 295865 Details for
Bug 432011
stage1 is unable to proceed after returing back from manual IPv6 address selection
[?]
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]
0001-Return-objects-to-netlink-cache-after-using-them-4.patch
0001-Return-objects-to-netlink-cache-after-using-them-4.patch (text/plain), 732 bytes, created by
David Cantrell
on 2008-02-26 02:39:50 UTC
(
hide
)
Description:
0001-Return-objects-to-netlink-cache-after-using-them-4.patch
Filename:
MIME Type:
Creator:
David Cantrell
Created:
2008-02-26 02:39:50 UTC
Size:
732 bytes
patch
obsolete
>From a399a179f6eac5159ab8ed95e98fc66c0e742fa6 Mon Sep 17 00:00:00 2001 >From: David Cantrell <dcantrell@redhat.com> >Date: Thu, 21 Feb 2008 19:47:11 -1000 >Subject: [PATCH] Return objects to netlink cache after using them (#432011). > >Related to rhbz#432011, we need to return netlink objects >after we use them. The library gets confused otherwise. >--- > isys/nl.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/isys/nl.c b/isys/nl.c >index e7bd60c..13b1beb 100644 >--- a/isys/nl.c >+++ b/isys/nl.c >@@ -160,6 +160,8 @@ char *nl_ip2str(char *ifname) { > } > } > } >+ >+ nl_object_put(obj); > } while ((obj = nl_cache_get_next(obj)) != NULL); > > ip2str_error: >-- >1.5.4.2 >
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 432011
: 295865 |
295866
|
295888