summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-08 19:52:13 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-08 19:52:13 +0000
commit0a21e40021389dd9beccafae597fd931e355f7cd (patch)
tree54075907e6e0d93d192e8cce65d5ec1c666562b4 /ChangeLog
parentdb67c2c98b89a5723af44df54f38b779de8d4a65 (diff)
* elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD.
Reported by genesh@comcast.net.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed170f494a..c631a1b0bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-04-08 Ulrich Drepper <drepper@redhat.com>
+ * elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD.
+ Reported by genesh@comcast.net.
+
* io/fts.c (fts_build): Call fts_lfree in the two error cases
after the loop [Coverity CID 187].