diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-08-19 10:04:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-08-19 10:04:14 (GMT) |
commit | cf776b747dcba5470727998f2fc84633b2cc5d1c (patch) | |
tree | a11df836ebaaa80784e40b4abf91e1ffb48f5c7a /ChangeLog | |
parent | 5ed9fe2cc9c49f4a4233682d08b2f7d1293cf279 (diff) | |
download | tcl-cf776b747dcba5470727998f2fc84633b2cc5d1c.zip tcl-cf776b747dcba5470727998f2fc84633b2cc5d1c.tar.gz tcl-cf776b747dcba5470727998f2fc84633b2cc5d1c.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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-15 Donal K. Fellows <dkf@users.sf.net> * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the |