mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2002-10-24 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* 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 <akim@epita.fr>
|
||||
|
||||
* src/output.c (output_skeleton): Don't disable M4sugar comments
|
||||
|
||||
Reference in New Issue
Block a user