diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-10 11:22:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-10 11:22:20 (GMT) |
commit | 1acbd7884a685ddd69efcf085700c36f2192bc95 (patch) | |
tree | 9194bef2633b8f3c189d72ae9f3a36c7c2377b48 /ChangeLog | |
parent | 5d429b430bc6447a93d6ed103e7e39bdf20b9db4 (diff) | |
download | tk-1acbd7884a685ddd69efcf085700c36f2192bc95.zip tk-1acbd7884a685ddd69efcf085700c36f2192bc95.tar.gz tk-1acbd7884a685ddd69efcf085700c36f2192bc95.tar.bz2 |
Fix [Bug 1353022]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * win/tkWinDialog.c (ConvertExternalFilename): Factored out the encoding conversion and de-backslash-ing code that is used in many places in this file. + (GetFileNameW, GetFileNameA, ChooseDirectoryValidateProc): Make sure + that data is freed correctly and that certain (hopefully impossible) + failure modes won't cause crashes. [Bug 1353022] 2005-11-06 Pat Thoyts <pat@zsplat.freeserve.co.uk> |