summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-08-25 17:12:18 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-08-25 17:12:18 (GMT)
commitedebc51cd082804c286a3e8a8cfbb7f4f51ca543 (patch)
treefbb90008944a953f2709c6ee675369ef1b6f01ef /ChangeLog
parenta8bfcfc6e80c0eaedcdf8e6c9c9088fea32e4ffa (diff)
downloadtcl-edebc51cd082804c286a3e8a8cfbb7f4f51ca543.zip
tcl-edebc51cd082804c286a3e8a8cfbb7f4f51ca543.tar.gz
tcl-edebc51cd082804c286a3e8a8cfbb7f4f51ca543.tar.bz2
* generic/tclClock.c (FormatClock): Claimed additional space for
the %c format code to avoid a buffer overrun when formatting (for example) a Friday in February in the Portuguese locale. [Bug 1751117]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 483e1bb..fda9215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-25 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclClock.c (FormatClock): Claimed additional space for
+ the %c format code to avoid a buffer overrun when formatting
+ (for example) a Friday in February in the Portuguese locale.
+ [Bug 1751117]
+
2007-08-24 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c: replaced copy loop that tripped some