From d36dbe2337708c367d53feb79075c0ab7b3dc921 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Fri, 19 Jan 2001 14:54:52 +0000 Subject: 13370: avoid in-place modification of environments variables when importing. Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv(). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5ad33086..41d33340d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-01-19 Andrej Borsenkow + * 13370 (modified): Src/params.c: do not modify environment when + importing it - some library functions may access it. When importing + colon arrays, replenv() tried to free unallocated memory. Remove + replenv() as it is now redundant. + * 13380: configure.in: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...) to allow user to override default library selection -- cgit 1.4.1