summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-07-31 10:04:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-07-31 10:04:28 (GMT)
commit6c15ea3d78e54b7f60df39abef2d6ddd13fdc334 (patch)
treee14defd2b6cac3f15f78aa102d36b75e26ebab42 /ChangeLog
parentf82900cff8398c8d63ab4557833bdf0d9ba13d3a (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f06fe23..1697c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.