about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-06 16:26:39 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-06 16:45:25 +0100
commit3b935595859e0232b74594c5aca6da88a31f90b3 (patch)
tree2175f653eaeed2a9afe43171062cb6acdc919bd8 /ChangeLog
parentb4333340654113ce912cb0deb8856a87487cc428 (diff)
downloadglibc-3b935595859e0232b74594c5aca6da88a31f90b3.tar.gz
glibc-3b935595859e0232b74594c5aca6da88a31f90b3.tar.xz
glibc-3b935595859e0232b74594c5aca6da88a31f90b3.zip
support: Use dlerror to detect NULL symbols in xdlsym
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2444576f2..66fa654f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2019-02-06  Florian Weimer  <fweimer@redhat.com>
 
+	* support/xdlfcn.c (xdlopen, xdlclose): Do not call dlerror.
+	(xdlsym): Use dlerror to detect a NULL symbol.
+
+2019-02-06  Florian Weimer  <fweimer@redhat.com>
+
 	* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Do not include
 	<stap-probe.h>.
 	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.