#11467: Stack overflow in wxMBConv::ToWChar
--------------------------------+-------------------------------------------
Reporter: TNikolay | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxMSW | Version: 2.9-svn
Keywords: wxString, wxMBConv | Blockedby:
Patch: 0 | Blocking:
--------------------------------+-------------------------------------------
If you can find this bug by adding the following simple code to any
program
in global scope
{{{
class bug
{
public:
~bug (){ wxString s = _(""); }
};
bug b;
}}}
And run it with DEBUGER.
I use windows xp, Visual Studio 2008 and latest version wxWidgets from
trunk.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11467>
#11467: Stack overflow in wxMBConv::ToWChar
------------------------+---------------------------------------------------
Reporter: TNikolay | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: wxMSW | Version: 2.9-svn
Resolution: duplicate | Keywords: wxString, wxMBConv
Blockedby: | Patch: 0
Blocking: |
------------------------+---------------------------------------------------
Changes (by vadz):
* status: new => closed
* resolution: => duplicate
Comment:
Same as #11094.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11467#comment:1>