summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-08-19 10:07:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-08-19 10:07:43 (GMT)
commitd7dcac6b8685a1439f738accf3e4b9ef13c80aeb (patch)
tree7e1382dc6f025332c5c57b0308867be4741f09e9 /ChangeLog
parente9db3af7891146387c385294511538225293fab1 (diff)
downloadtcl-d7dcac6b8685a1439f738accf3e4b9ef13c80aeb.zip
tcl-d7dcac6b8685a1439f738accf3e4b9ef13c80aeb.tar.gz
tcl-d7dcac6b8685a1439f738accf3e4b9ef13c80aeb.tar.bz2
* generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)
(TraceVariableObjCmd): [Patch 3048354]: Use memcpy() instead of strcpy() to avoid buffer overflow; we have the correct length of data to copy anyway since we've just allocated the target buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 13 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a9926b..be8cdd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2010-08-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)
+ (TraceVariableObjCmd): [Patch 3048354]: Use memcpy() instead of
+ strcpy() to avoid buffer overflow; we have the correct length of data
+ to copy anyway since we've just allocated the target buffer.
+
2010-08-18 Jan Nijtmans <nijtmans@users.sf.net>
- * tools/genStubs.tcl [Patch 3034251] backport ttkGenStubs.tcl features to
- genStubs.tcl, partly: remove unneeded ifdeffery and put C++ guard around
- stubs pointer definition.
- * generic/*Decls.h (regenerated)
+ * tools/genStubs.tcl: [Patch 3034251]: Backport ttkGenStubs.tcl
+ features to genStubs.tcl, partly: remove unneeded ifdeffery and put
+ C++ guard around stubs pointer definition.
+ * generic/*Decls.h: (regenerated)
2010-08-18 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: New redesign of [tailcall]: find
@@ -11,8 +18,8 @@
* generic/tclInt.h: contains the proper info [Bug 3047235]
* generic/tclNamesp.c:
- * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of
- the body of a non-bc'ed [try], [Bug 3046594]
+ * generic/tclCmdAH.c (TclNRTryObjCmd): [Bug 3046594]: Block
+ tailcalling out of the body of a non-bc'ed [try].
* generic/tclBasic.c: Redesign of [tailcall] to
* generic/tclCmdAH.c: (a) fix [Bug 3047235]