diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-07-31 10:04:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-07-31 10:04:28 (GMT) |
commit | 6c15ea3d78e54b7f60df39abef2d6ddd13fdc334 (patch) | |
tree | e14defd2b6cac3f15f78aa102d36b75e26ebab42 /ChangeLog | |
parent | f82900cff8398c8d63ab4557833bdf0d9ba13d3a (diff) | |
download | tcl-6c15ea3d78e54b7f60df39abef2d6ddd13fdc334.zip tcl-6c15ea3d78e54b7f60df39abef2d6ddd13fdc334.tar.gz tcl-6c15ea3d78e54b7f60df39abef2d6ddd13fdc334.tar.bz2 |
* unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid
replacement to fill the tcl_platform(user) field as it is not subject
to spoofing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-07-31 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid + replacement to fill the tcl_platform(user) field as it is not subject + to spoofing. + * unix/tclUnixCompat.c: Simplify the #ifdef logic. * unix/tclUnixChan.c (FileWatchProc): Fix test failures. |