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 230551 Details for
Bug 336951
debugedit mishandles DW_FORM_ref_addr
[?]
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
debugedit-ref_addr.patch (text/plain), 594 bytes, created by
Roland McGrath
on 2007-10-18 01:55:11 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Roland McGrath
Created:
2007-10-18 01:55:11 UTC
Size:
594 bytes
patch
obsolete
>diff -r bd5b82419ed0 tools/debugedit.c >--- a/tools/debugedit.c Wed Oct 17 16:42:21 2007 +0200 >+++ b/tools/debugedit.c Wed Oct 17 16:47:05 2007 -0700 >@@ -821,6 +821,7 @@ edit_attributes (DSO *dso, unsigned char > > switch (form) > { >+ case DW_FORM_ref_addr: /* ptr_size in DWARF 2, offset in DWARF 3 */ > case DW_FORM_addr: > ptr += ptr_size; > break; >@@ -846,7 +847,6 @@ edit_attributes (DSO *dso, unsigned char > case DW_FORM_udata: > read_uleb128 (ptr); > break; >- case DW_FORM_ref_addr: > case DW_FORM_strp: > ptr += 4; > break;
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 336951
: 230551