summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-03-15 15:39:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-03-15 15:39:06 (GMT)
commite51eaf9011544d3ccb2756c1e458cc42aeddd877 (patch)
tree9f578d4be03050603948e19b5188a382731b945f /ChangeLog
parent93f80c911dda1024d86d0faf63274fa858cc60f1 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a05afdc..9b665fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.