aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-23 16:50:07 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-23 16:50:07 +0000
commit49159e12dec8caeeac1bc3829002de81697594a5 (patch)
treebfe67c02c5e7c41e4c05c74f6d3ddf828a495c7e /ChangeLog
parent6de79a499109333fe328c28e7ffaab2ded06b3f0 (diff)
downloadglibc-49159e12dec8caeeac1bc3829002de81697594a5.zip
glibc-49159e12dec8caeeac1bc3829002de81697594a5.tar.gz
glibc-49159e12dec8caeeac1bc3829002de81697594a5.tar.bz2
* login/utmp_file.c (pututline_file): Replace call to dup2 with
libc internal symbol __dup2 to avoid access through the PLT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d676ba..9ea040c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-13 Klaus Dittrich <kladit@arcor.de>
+
+ * login/utmp_file.c (pututline_file): Replace call to dup2 with
+ libc internal symbol __dup2 to avoid access through the PLT.
+
2008-12-08 Ulrich Drepper <drepper@redhat.com>
[BZ #6545]