diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-08-25 17:12:18 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-08-25 17:12:18 (GMT) |
commit | edebc51cd082804c286a3e8a8cfbb7f4f51ca543 (patch) | |
tree | fbb90008944a953f2709c6ee675369ef1b6f01ef /ChangeLog | |
parent | a8bfcfc6e80c0eaedcdf8e6c9c9088fea32e4ffa (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |