summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-10 11:22:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-10 11:22:20 (GMT)
commit1acbd7884a685ddd69efcf085700c36f2192bc95 (patch)
tree9194bef2633b8f3c189d72ae9f3a36c7c2377b48 /ChangeLog
parent5d429b430bc6447a93d6ed103e7e39bdf20b9db4 (diff)
downloadtk-1acbd7884a685ddd69efcf085700c36f2192bc95.zip
tk-1acbd7884a685ddd69efcf085700c36f2192bc95.tar.gz
tk-1acbd7884a685ddd69efcf085700c36f2192bc95.tar.bz2
Fix [Bug 1353022]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e2d38f..950754d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>