]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]
authorFlorian Weimer <fweimer@redhat.com>
Thu, 31 Mar 2016 09:26:55 +0000 (11:26 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 31 Mar 2016 09:26:55 +0000 (11:26 +0200)
commit7d45c163d00c88d5875a112343c4ea3e61349e6b
tree2b4b34faa346c380ce3e635b50e45c87ca2dbdfc
parent258ec8abc1fb26b800cb22c374c242ea98111679
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.
ChangeLog
elf/Makefile
elf/dl-lookup.c
elf/tst-dlsym-error.c [new file with mode: 0644]