diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-03-31 11:26:55 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-03-31 11:26:55 +0200 |
commit | 7d45c163d00c88d5875a112343c4ea3e61349e6b (patch) | |
tree | 2b4b34faa346c380ce3e635b50e45c87ca2dbdfc /ChangeLog | |
parent | 258ec8abc1fb26b800cb22c374c242ea98111679 (diff) | |
download | glibc-7d45c163d00c88d5875a112343c4ea3e61349e6b.zip glibc-7d45c163d00c88d5875a112343c4ea3e61349e6b.tar.gz glibc-7d45c163d00c88d5875a112343c4ea3e61349e6b.tar.bz2 |
Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]
* elf/dl-lookup.c (_dl_lookup_symbol_x): Report error even if
skip_map != NULL.
* elf/tst-dlsym-error.c: New file.
* elf/Makefile (tests): Add tst-dlsym-error.
(tst-dlsym-error): Link against libdl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2016-03-31 Florian Weimer <fweimer@redhat.com> + + [BZ #19509] + * elf/dl-lookup.c (_dl_lookup_symbol_x): Report error even if + skip_map != NULL. + * elf/tst-dlsym-error.c: New file. + * elf/Makefile (tests): Add tst-dlsym-error. + (tst-dlsym-error): Link against libdl. + 2016-03-29 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/microblaze/kernel-features.h |