summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-30 10:27:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-30 10:27:33 (GMT)
commit36ea3f27001c99cbc7cb3cae6894efaffe7fb512 (patch)
treea39e92094fa8fa6c997baa1e9d37be96a31bd97d /ChangeLog
parent004324cca99a52563cd03e1b7f98b924a3db8d5f (diff)
downloadtcl-36ea3f27001c99cbc7cb3cae6894efaffe7fb512.zip
tcl-36ea3f27001c99cbc7cb3cae6894efaffe7fb512.tar.gz
tcl-36ea3f27001c99cbc7cb3cae6894efaffe7fb512.tar.bz2
Backport of fix for first part of [Bug 1810264]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d44f33..117f812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-30 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/regc_lex.c (lexescape): Ensure that backreference numbers
+ can't overflow a signed int in a way that breaks things. [Bug 1810264]
+
2007-10-15 Miguel Sofer <msofer@users.sf.net>
* generic/tclParse.c (Tcl_ParseBraces): fix for possible read