From 80016947b745624383365c860e2c34a300621fba Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Feb 2001 08:52:58 +0000 Subject: *** empty log message *** --- old/textutils/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'old/textutils/ChangeLog') diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a95d7914a..8a5ac4099 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -3,6 +3,15 @@ * src/wc.c (wc): Rename innermost `buf' to avoid shadowing warning. (wc): Rename local `wc' to avoid shadowing function name. +2001-02-18 Paul Eggert + + Fix a race condition: freed storage accessed during a signal handler. + + * src/sort.c (struct tempnode.next): Now volatile. + (zaptemp): Free the file name after removing it from the temp list, + not before, because a signal can arrive between the two actions + and cleanup () traverses the list. + 2001-02-18 Paul Eggert Check for input size, and do not overallocate memory. -- cgit v1.2.3-70-g09d2