diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-25 16:17:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-25 16:17:16 (GMT) |
commit | f8f2edda8715ea332ecf36f0b07d45d662f9a9ff (patch) | |
tree | 2a5e0752388ff238b442209e351b546d33330e96 /ChangeLog | |
parent | ac30665488b084dc91b7b4510921184a00e7ac51 (diff) | |
download | tcl-f8f2edda8715ea332ecf36f0b07d45d662f9a9ff.zip tcl-f8f2edda8715ea332ecf36f0b07d45d662f9a9ff.tar.gz tcl-f8f2edda8715ea332ecf36f0b07d45d662f9a9ff.tar.bz2 |
Missed a pointer dereference in check for NULL. D'oh! [904307]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-02-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * generic/tclLoad.c (Tcl_LoadObjCmd): Missing dereference caused + segfault with non-loadable extension. [Bug 904307] + * unix/tclUnixChan.c (TcpGetOptionProc): Stop memory leak with very long hostnames. [Bug 888777] |