summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2007-03-17 22:41:04 (GMT)
committerkennykb <kennykb@noemail.net>2007-03-17 22:41:04 (GMT)
commit1e2d7f6101b59e1ac1b62c57a7ab8a525bb55983 (patch)
tree86d986add8cf15393e8a67dec77791f8cc17237e /ChangeLog
parentc109e03eb23b3071b76f1bbed71f1f7fac5c941f (diff)
downloadtcl-1e2d7f6101b59e1ac1b62c57a7ab8a525bb55983.zip
tcl-1e2d7f6101b59e1ac1b62c57a7ab8a525bb55983.tar.gz
tcl-1e2d7f6101b59e1ac1b62c57a7ab8a525bb55983.tar.bz2
* win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating
key names correctly, so that Unicode names exceeding 127 chars can be retrieved without crashing. [Bug 1682211] * tests/registry.test (registry-4.9): Added test case for the above bug. FossilOrigin-Name: 600cfe22d95c1688160bcf6619cdd5b11f0fe38a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e76ab9e..d4ff293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-17 Kevin Kenny <kennykb@acm.org>
+
+ * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating
+ key names correctly, so that Unicode names exceeding 127 chars
+ can be retrieved without crashing. [Bug 1682211]
+ * tests/registry.test (registry-4.9): Added test case for the
+ above bug.
+
2007-03-13 Don Porter <dgp@users.sourceforge.net>
* generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers for