This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug libc/3465] mistaken messages [patch]
- From: "jakub at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sources dot redhat dot com
- Date: 6 Nov 2006 22:09:59 -0000
- Subject: [Bug libc/3465] mistaken messages [patch]
- References: <20061106215028.3465.bensberg@justemail.net>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From jakub at redhat dot com 2006-11-06 22:09 -------
Both hunks in elf/dl-open.c are wrong, the error messages really should mention
dlmopen. When dlopen calls _dl_open, nsid argument is always either
LM_ID_BASE or __LM_ID_CALLER, while both the _dl_signal_error calls can only
happen when _dl_open is called with some other nsid.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3465
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.