wxWidgets/tests/misc
Vadim Zeitlin 791f7574a0 Fix buffer overflow in wxURLDataObject.
The code in CFSTR_SHELLURLDataObject::GetDataHere() was confused by
ANSI/Unicode and ended up overwriting output buffer because of it. Moreover,
this function was actually completely unnecessary as the base class version
did work correctly.

Closes #11102 (thanks to Tim Kosse).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-30 17:25:42 +00:00
..
garbage.cpp fix for the broken VC6 compiler (why do we have to still support it?) 2009-01-11 10:28:20 +00:00
guifuncs.cpp Fix buffer overflow in wxURLDataObject. 2009-08-30 17:25:42 +00:00
misctests.cpp fix tests for the release builds 2009-03-25 13:32:53 +00:00
selstoretest.cpp
settings.cpp correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames 2009-05-17 11:52:26 +00:00