From 7b70fef6ae9e858f9d6b8a838dda1ee943dd6c35 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 9 Dec 2000 00:02:12 +0000 Subject: Update. 2000-12-08 Jakub Jelinek * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7ca357cf3..ee8a306eac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-12-08 Jakub Jelinek + + * 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 * nss/Makefile (routines): Add getnssent and getnssent_r. -- cgit 1.4.1