diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-27 08:19:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-27 08:19:27 (GMT) |
commit | b9e65c9024612809636cc0bd56376d484374858d (patch) | |
tree | 1b1a1034a110bf8f9f22e1d55aa249324d487c34 /ChangeLog | |
parent | d406fa1d0d72d212b0962b0f2e20f82b436b8205 (diff) | |
parent | 99a464dbfc99a425d7f7bb571d575e43b0e63539 (diff) | |
download | tcl-b9e65c9024612809636cc0bd56376d484374858d.zip tcl-b9e65c9024612809636cc0bd56376d484374858d.tar.gz tcl-b9e65c9024612809636cc0bd56376d484374858d.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 Donal K. Fellows <dkf@users.sf.net> * tests/chanio.test (chan-io-28.7): [Bug 3605120]: Stop test from |