summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-04-08 19:59:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-04-08 19:59:03 (GMT)
commitb33c30f98bfe09a38ef7a2106610e2d0d0605a45 (patch)
tree66cc82c126d9de0e6ce6bc9579d76026b029826b /ChangeLog
parentba5ae0ab74c4217f0a951b0eb3edf223022af5c5 (diff)
parente62eab9118e1460d3afe28e01dc2b83bbb63194c (diff)
downloadtcl-b33c30f98bfe09a38ef7a2106610e2d0d0605a45.zip
tcl-b33c30f98bfe09a38ef7a2106610e2d0d0605a45.tar.gz
tcl-b33c30f98bfe09a38ef7a2106610e2d0d0605a45.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 9442aff..f7a85d4 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