summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-27 08:02:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-27 08:02:36 (GMT)
commitbe449c196746dca12d429e2dfd39fb7af33a121c (patch)
tree1d08a0617c378ebde5d25be185758f4b076c87ca /ChangeLog
parent80cbd84d7eccb757a76574eb96df888238439837 (diff)
downloadtcl-be449c196746dca12d429e2dfd39fb7af33a121c.zip
tcl-be449c196746dca12d429e2dfd39fb7af33a121c.tar.gz
tcl-be449c196746dca12d429e2dfd39fb7af33a121c.tar.bz2
[Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the test-case and the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e049689..3312e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/regcomp.c: [Bug 3606139]: missing error check allows
+ * tests/regexp.test: regexp to crash Tcl. Thanks to Tom Lane
+ for providing the test-case and the patch.
+
2013-02-22 Don Porter <dgp@users.sourceforge.net>
* generic/tclCompile.c: Shift more burden of smart cleanup onto the