dolphin/Source/Core/DolphinWX
Andrew de los Reyes d6d52920ec Fix segfault in LogWindow on Mac
Commit 9ddb67d4a9 seems to have
introduced a segfault on Mac. The issue is that it this change casts
wxConvCurrent (which is a wxMBConvLibc) to a wxCSConv. This is an
unsafe cast because wxCSConv has member variables, but wxMBConvLibc
does not.

In LogWindow.cpp, the constructor for m_SJISConv is dereferencing one
of those member variables, which is a dereference of uninitialized
memory!

This CL reverts to the older (non-crashing) constructor, but keeps the
behavior the same.
2012-03-18 15:11:34 -07:00
..
resources
Src Fix segfault in LogWindow on Mac 2012-03-18 15:11:34 -07:00
CMakeLists.txt Copy translation files into OS X bundle. 2011-12-17 16:26:52 +01:00
Dolphin.vcxproj Merge branch 'master' into gc-mic 2011-10-16 02:22:21 -07:00
Dolphin.vcxproj.filters Merge branch 'master' into gc-mic 2011-10-16 02:22:21 -07:00
Dolphin.vcxproj.user
DolphinWX.rc
Info.plist.in Applied compile and link flags from SCons build for OS X to CMake build. 2011-12-11 21:27:06 +01:00
resource.h
SConscript Move GCMemcard from DolphinWX/Memorycards to Core/HW 2011-10-04 13:14:18 -07:00