From 77bafb14913278428a04e680e90990093fc11b5f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 24 May 1994 22:00:17 +0000 Subject: [PATCH] updated --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index d7009179c..ffedfcddd 100644 --- a/CHANGES +++ b/CHANGES @@ -96,3 +96,13 @@ CHANGES from sudo 1.3 32) Now use sysconf(2) instead of getdtablesize(2) if it is available (see change #31). Because of the the getdtablesize() emulation for hpux is no longer necesary. + +33) Now only do a getcwd(3) or getwd(3) once and do it as the real user. + Sudo should no longer complain that it can't get the cwd unless + there is a real problem. + +34) Changed some malloc'd globals of fixed length to be allocated from + the stack instead as there was no win in allocating them from the + heap. + +35) Fixed AIX STATIC_FLAGS as per the AIX faq. -- 2.50.1