From bf1ebda27b5bb3503e4016322e15d74ce29d345d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 25 Oct 2002 05:14:04 +0000 Subject: [PATCH] * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration. * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since we use malloc. Don't assume 'A' through 'Z' are contiguous. Don't assume strdup exists; POSIX says its an XSI extension. Check for buffer overflow on input. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b31ebd37..2a468092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-10-24 Paul Eggert + + * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration. + * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since + we use malloc. Don't assume 'A' through 'Z' are contiguous. + Don't assume strdup exists; POSIX says its an XSI extension. + Check for buffer overflow on input. + 2002-10-24 Akim Demaille * src/output.c (output_skeleton): Don't disable M4sugar comments -- 2.45.2