diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-16 22:40:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-16 22:40:10 (GMT) |
commit | cea9be24359eda18e04e8b95f9674a376a016675 (patch) | |
tree | a346d4bb32d85b2705491892b86bb9615bdf7430 /ChangeLog | |
parent | 589aece81b85ef43d31d0172816dc721986d423f (diff) | |
download | tcl-cea9be24359eda18e04e8b95f9674a376a016675.zip tcl-cea9be24359eda18e04e8b95f9674a376a016675.tar.gz tcl-cea9be24359eda18e04e8b95f9674a376a016675.tar.bz2 |
[Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of the
passwd/group access functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-07-16 Donal K. Fellows <dkf@users.sf.net> + + * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) + (TclpGetGrGid): [Bug 3544683]: Use the elaborate memory management + scheme outlined on http://www.opengroup.org/austin/docs/austin_328.txt + to handle Tcl's use of standard reentrant versions of the passwd/group + access functions so that everything can work on all BSDs. Problem + identified by Stuart Cassoff. + 2012-07-11 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinReg.c: [Bug #3362446]: registry keys command fails |