diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-27 08:12:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-27 08:12:33 (GMT) |
commit | 40259312feb06aebd4481c9f8592dc6ac10bb1b4 (patch) | |
tree | 30a48979b46f147313fb84c66a8a86b619308354 /ChangeLog | |
parent | da40794df6988d5d3fb421994dbec31002e0350a (diff) | |
parent | 6332e3ad602e2d2cab2083e7cdfac439678a903f (diff) | |
download | tcl-40259312feb06aebd4481c9f8592dc6ac10bb1b4.zip tcl-40259312feb06aebd4481c9f8592dc6ac10bb1b4.tar.gz tcl-40259312feb06aebd4481c9f8592dc6ac10bb1b4.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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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-26 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclObj.c: Don't panic if Tcl_ConvertToType is called for a |