summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-04-08 20:07:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-04-08 20:07:07 (GMT)
commit1ba9a90c6e8c7c639399891e60cdc5a09c0f0acd (patch)
tree95837b1887eda849b2873c00caaf5337bbfc18dd /ChangeLog
parent93b8f2696af89601f0c9f980088df04bfef5d593 (diff)
parent55102c2b83a91074eb32c07fb5930ccc9ca00c44 (diff)
downloadtcl-1ba9a90c6e8c7c639399891e60cdc5a09c0f0acd.zip
tcl-1ba9a90c6e8c7c639399891e60cdc5a09c0f0acd.tar.gz
tcl-1ba9a90c6e8c7c639399891e60cdc5a09c0f0acd.tar.bz2
3610026 Stop crash when the number of "colors" in a regular expression
overflows a short int. Thanks to Heikki Linnakangas for the report and the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b393c2e..db248ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-04-08 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/regc_color.c: [Bug 3610026] Stop crash when the number of
+ * generic/regerrs.h: "colors" in a regular expression overflows
+ * generic/regex.h: a short int. Thanks to Heikki Linnakangas
+ * generic/regguts.h: for the report and the patch.
+ * tests/regexp.test:
+
2013-04-04 Reinhard Max <max@suse.de>
* library/http/http.tcl (http::geturl): Allow URLs that don't have