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 145644 Details for
Bug 222767
Incorrect dereference a pointer
[?]
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]
A patch to fix it
anaconda-11.2.0.9_hdinstall_fault.patch (text/plain), 577 bytes, created by
Zhang Yanmin
on 2007-01-16 03:06:02 UTC
(
hide
)
Description:
A patch to fix it
Filename:
MIME Type:
Creator:
Zhang Yanmin
Created:
2007-01-16 03:06:02 UTC
Size:
577 bytes
patch
obsolete
>diff -Nraup anaconda-11.2.0.9/loader2/hdinstall.c anaconda-11.2.0.9_fix/loader2/hdinstall.c >--- anaconda-11.2.0.9/loader2/hdinstall.c 2006-11-21 23:42:46.000000000 +0800 >+++ anaconda-11.2.0.9_fix/loader2/hdinstall.c 2007-01-16 02:43:09.000000000 +0800 >@@ -70,7 +70,7 @@ static int loadHDImages(char * prefix, c > logMessage(INFO, "%s does not exist: %s, trying next target", path, strerror(errno)); > } > >- if (!(*target)) { >+ if (!target) { > logMessage(ERROR, "failed to find hd stage 2 image%s: %s", path, strerror(errno)); > return 1; > }
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 222767
: 145644