diff options
author | dgp <dgp@users.sourceforge.net> | 2003-11-05 20:52:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-11-05 20:52:38 (GMT) |
commit | e5199821f0f325aaab89027b511707191fbe2b67 (patch) | |
tree | b9b6cfff34bf9f514e751d6b1bdedf8ff7de4c0f /ChangeLog | |
parent | 27b9197dbd4ae5800d5d7745077b33b95a610160 (diff) | |
download | tcl-e5199821f0f325aaab89027b511707191fbe2b67.zip tcl-e5199821f0f325aaab89027b511707191fbe2b67.tar.gz tcl-e5199821f0f325aaab89027b511707191fbe2b67.tar.bz2 |
* generic/tclEncoding.c (TclFindEncodings): Normalize the path
of the executable before passing to TclpInitLibraryPath() to avoid
buggy handling of paths containing "..". [Bug 832657]
* tests/unixInit.test (unixInit-2.10): New test for fixed bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-11-05 Don Porter <dgp@users.sourceforge.net> + + * generic/tclEncoding.c (TclFindEncodings): Normalize the path + of the executable before passing to TclpInitLibraryPath() to avoid + buggy handling of paths containing "..". [Bug 832657] + * tests/unixInit.test (unixInit-2.10): New test for fixed bug. + 2003-11-04 Daniel Steffen <das@users.sourceforge.net> * macosx/Makefile: added 'test' target. |