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 294273 Details for
Bug 431930
CRC checking should be turned on for debuginfo files
[?]
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]
Dwfl.java patch
Dwfl.patch (text/plain), 926 bytes, created by
Stan Cox
on 2008-02-07 21:27:54 UTC
(
hide
)
Description:
Dwfl.java patch
Filename:
MIME Type:
Creator:
Stan Cox
Created:
2008-02-07 21:27:54 UTC
Size:
926 bytes
patch
obsolete
>diff --git a/frysk-sys/lib/dwfl/cni/Dwfl.cxx b/frysk-sys/lib/dwfl/cni/Dwfl.cxx >index 8e46a3a..2126e35 100644 >--- a/frysk-sys/lib/dwfl/cni/Dwfl.cxx >+++ b/frysk-sys/lib/dwfl/cni/Dwfl.cxx >@@ -115,7 +115,6 @@ lib::dwfl::Dwfl::dwflBegin (jstring jsysroot, jint pid) > JvGetStringUTFRegion(jsysroot, 0, len, sysroot); > sysroot[len] = '\0'; >- /* Default `DEFAULT_DEBUGINFO_PATH' is similar but checks its CRCs. */ > static char* flags; >- if (asprintf (&flags, "-:.debug:%s", sysroot) < 0) >+ if (asprintf (&flags, ".debug:%s", sysroot) < 0) > return NULL; > >@@ -141,7 +140,6 @@ lib::dwfl::Dwfl::dwflBegin(jstring jsysroot) > JvGetStringUTFRegion(jsysroot, 0, len, sysroot); > sysroot[len] = '\0'; >- /* Default `DEFAULT_DEBUGINFO_PATH' is similar but checks its CRCs. */ > static char* flags; >- if (asprintf (&flags, "-:.debug:%s", sysroot) < 0) >+ if (asprintf (&flags, ".debug:%s", sysroot) < 0) > return NULL; >
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 431930
:
294272
| 294273