aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7ca357..ee8a306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-08 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-open.c (_dl_open): If objname points right after errstring,
+ allocate it together with errstring using alloca.
+ * elf/dl-error.c (_dl_signal_error): If malloc failed, set objname
+ to "", because it might point to local stack.
+
2000-12-05 H.J. Lu <hjl@gnu.org>
* nss/Makefile (routines): Add getnssent and getnssent_r.