summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-03-17 22:31:40 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-03-17 22:31:40 (GMT)
commitcad5197fbd7951c710146d8333f06a1e1b178211 (patch)
tree47da7b59190c06ddeded1a5fe98e19ebaa6180ff /ChangeLog
parentdc483516b0161a29c1c349f594a80ddcc2a8f9ff (diff)
downloadtcl-cad5197fbd7951c710146d8333f06a1e1b178211.zip
tcl-cad5197fbd7951c710146d8333f06a1e1b178211.tar.gz
tcl-cad5197fbd7951c710146d8333f06a1e1b178211.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c9de6e..0b24e79 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-15 Mo DeJong <mdejong@users.sourceforge.net>
* generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround