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 159775 Details for
Bug 249256
ld.so too verbose when it can't LD_PRELOAD a 32 bit library on a 64 bit OS
[?]
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]
Patch to glibc to suppress LD_PRELOAD 'ERROR'
glibc-ldpreload.patch (text/plain), 593 bytes, created by
James Pearson
on 2007-07-23 11:53:54 UTC
(
hide
)
Description:
Patch to glibc to suppress LD_PRELOAD 'ERROR'
Filename:
MIME Type:
Creator:
James Pearson
Created:
2007-07-23 11:53:54 UTC
Size:
593 bytes
patch
obsolete
>--- ./elf/rtld.c.dist 2007-07-20 13:19:30.352480934 +0100 >+++ ./elf/rtld.c 2007-07-20 13:21:31.796987391 +0100 >@@ -677,11 +677,13 @@ > (void) _dl_catch_error (&objname, &err_str, map_doit, &args); > if (__builtin_expect (err_str != NULL, 0)) > { >+ if (GLRO(dl_verbose)) { > _dl_error_printf ("\ > ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", > fname, where); > /* No need to call free, this is still before > the libc's malloc is used. */ >+ } > } > else if (GL(dl_ns)[LM_ID_BASE]._ns_nloaded != old_nloaded) > /* It is no duplicate. */
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 249256
: 159775