summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 11:19:12 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 11:19:12 +0000
commitac895ce8401bdc67a1a7c29ca3792518af9f21ec (patch)
treea589a2d8898776a3ac83cd549bd9e7f9a5fa5414 /ChangeLog
parent2b890a430990fb2018700ea9fcafeaf39b8b9c58 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce638f5a2..884febc6b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2005-01-07 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #738]
+ * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
+ avoid writing to it if none of the standard search directories exist.
+
+2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
+
+ [BZ #700]
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
+ (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
+ Load MSR as a doubleword.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
+ (__novec_swapcontext, __swapcontext): Likewise.
+
+2005-02-07 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #741]
+ * nscd/nscd.c (termination_handler): Avoid segfault if some database
+ is not enabled.
+
+ [BZ #741]
+ * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
+ __nss_not_use_nscd_hosts and return -1.
+ * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
+ initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
+ Avoid leaking sockets.
+
2005-02-07 Jakub Jelinek <jakub@redhat.com>
[BZ #742]