diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-15 15:39:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-15 15:39:06 (GMT) |
commit | e51eaf9011544d3ccb2756c1e458cc42aeddd877 (patch) | |
tree | 9f578d4be03050603948e19b5188a382731b945f /ChangeLog | |
parent | 93f80c911dda1024d86d0faf63274fa858cc60f1 (diff) | |
download | tcl-e51eaf9011544d3ccb2756c1e458cc42aeddd877.zip tcl-e51eaf9011544d3ccb2756c1e458cc42aeddd877.tar.gz tcl-e51eaf9011544d3ccb2756c1e458cc42aeddd877.tar.bz2 |
Fixed buffer overrun reported in 530320; luckily it is not likely to
be exploitable in any meaningful way, but crashing Tcl instead of
triggering an error still isn't good.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-03-15 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/compile.test (compile-12.3): Test to detect bug 530320. + * generic/tclCompile.c (TclCompileTokens): Fixed buffer overrun + reported in bug 530320. + 2002-03-14 Mo DeJong <mdejong@users.sourceforge.net> * win/configure: Regen. |