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
..
Src Fix segfault in LogWindow on Mac 2012-03-18 15:11:34 -07:00
resources Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00: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 vs2010: make -d be passed to debugfast builds launched from vs 2011-02-25 04:00:16 +00:00
DolphinWX.rc Hg: 2010-06-09 01:37:08 +00:00
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
SConscript Move GCMemcard from DolphinWX/Memorycards to Core/HW 2011-10-04 13:14:18 -07:00
resource.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00