diff options
| author | chengyemao <chengyemao> | 2003-02-27 04:08:20 (GMT) |
|---|---|---|
| committer | chengyemao <chengyemao> | 2003-02-27 04:08:20 (GMT) |
| commit | 2f92a536d8b81944c7db2a2a0f15e8feb3ae56d6 (patch) | |
| tree | 8002221da3b409985344aa0860082539cb324d28 | |
| parent | 2b4bbc9d681c0dcc54aa35115901c6d402cdb482 (diff) | |
| download | tcl-2f92a536d8b81944c7db2a2a0f15e8feb3ae56d6.zip tcl-2f92a536d8b81944c7db2a2a0f15e8feb3ae56d6.tar.gz tcl-2f92a536d8b81944c7db2a2a0f15e8feb3ae56d6.tar.bz2 | |
Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in calling GetUserName
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-02-26 Chengye Mao <chengye.geo@yahoo.com> + + * win/tclWinInit.c: fixed a bug in TclpSetVariables by initializing + dwUserNameLen with the sizeof(szUserName) before calling GetUserName. + Don't know if this bug has been recorded: it caused crash in starting + Tcl or wish in Windows. + 2003-02-26 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when |
