aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-05-11 11:40:44 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-05-11 11:42:34 +0200
commit24e2b1cede1952d7d4411a3cafd25dd8593dab9f (patch)
tree63809d25104b4f4a6bfa080df34952357910df6d /ChangeLog
parentbbea74b29974d559604691441d12ea80b2abe919 (diff)
downloadglibc-24e2b1cede1952d7d4411a3cafd25dd8593dab9f.zip
glibc-24e2b1cede1952d7d4411a3cafd25dd8593dab9f.tar.gz
glibc-24e2b1cede1952d7d4411a3cafd25dd8593dab9f.tar.bz2
Revert "Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]"
This reverts commits 80f87443eed17838fe453f1f5406ccf5d3698c25 and a824d609581d5ee7544aabcbbc70e8da44b2b5b6. See bug 20069. We can revisit this change once there has been a GCC release with a fix for Address Sanitizer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 0 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 4764955..164f80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,3 @@
-2016-03-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
-
- * elf/tst-dlsym-error.c: Include <string.h> for strchrnul.
-
-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-07 Florian Weimer <fweimer@redhat.com>
[BZ #19610]