diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-25 14:54:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-25 14:54:36 (GMT) |
commit | 55a84d83113bfd6b1c28779a61f92ea760695a96 (patch) | |
tree | 389e81622a78097fcdbd191f8591642fbfbf90a5 /ChangeLog | |
parent | 1e76f7624f6d210e8c35bcdd7cb8d060a5d1d9d2 (diff) | |
download | tcl-55a84d83113bfd6b1c28779a61f92ea760695a96.zip tcl-55a84d83113bfd6b1c28779a61f92ea760695a96.tar.gz tcl-55a84d83113bfd6b1c28779a61f92ea760695a96.tar.bz2 |
Fix memleak with long hostnames. [Bug 888777]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-02-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixChan.c (TcpGetOptionProc): Stop memory leak with + very long hostnames. [Bug 888777] + 2004-02-25 David Gravereaux <davygrvy@pobox.com> * tests/winPipe.test: |