diff options
| author | Florian Weimer <fweimer@redhat.com> | 2019-02-06 16:26:39 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2019-02-06 16:45:25 +0100 |
| commit | 3b935595859e0232b74594c5aca6da88a31f90b3 (patch) | |
| tree | 2175f653eaeed2a9afe43171062cb6acdc919bd8 /ChangeLog | |
| parent | b4333340654113ce912cb0deb8856a87487cc428 (diff) | |
| download | glibc-3b935595859e0232b74594c5aca6da88a31f90b3.tar.xz glibc-3b935595859e0232b74594c5aca6da88a31f90b3.zip | |
support: Use dlerror to detect NULL symbols in xdlsym
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
