aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-02-02 11:50:49 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-02 11:50:49 -0500
commit8517b15ee8e39fed11afb784fd0e249d977849f4 (patch)
treeda603dbe557a0f16f3a54f9e879b95b2aff197f7 /ChangeLog
parent10a656fe33d8257531ff3e9a882d3fd7db6ce5b3 (diff)
downloadglibc-8517b15ee8e39fed11afb784fd0e249d977849f4.zip
glibc-8517b15ee8e39fed11afb784fd0e249d977849f4.tar.gz
glibc-8517b15ee8e39fed11afb784fd0e249d977849f4.tar.bz2
Fix passing symbol value to pltexit callbacks when ld.so auditing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24506f0..6a57302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-02 Ulrich Drepper <drepper@gmail.com>
+
+ * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
+ function to the callback.
+ Patch partly by Jiri Olsa <jolsa@redhat.com>.
+
2011-02-02 Andreas Schwab <schwab@redhat.com>
* shadow/sgetspent.c: Check return value of __sgetspent_r instead