diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-27 08:02:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-27 08:02:36 (GMT) |
commit | be449c196746dca12d429e2dfd39fb7af33a121c (patch) | |
tree | 1d08a0617c378ebde5d25be185758f4b076c87ca /ChangeLog | |
parent | 80cbd84d7eccb757a76574eb96df888238439837 (diff) | |
download | tcl-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-- | 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-22 Don Porter <dgp@users.sourceforge.net> * generic/tclCompile.c: Shift more burden of smart cleanup onto the |