Fix crash in wxCharBuffer if memory allocation fails.
Handle memory allocation failure gracefully in wxCharTypeBuffer ctor. Closes #15616. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -567,6 +567,14 @@ Major new features in this release
|
||||
was added.
|
||||
|
||||
|
||||
3.0.0: (released 2013-11-xx)
|
||||
----------------------------
|
||||
|
||||
All:
|
||||
|
||||
- Fix crash if wxCharBuffer fails to allocate the requested amount of memory.
|
||||
|
||||
|
||||
3.0-RC2: (released 2013-10-28)
|
||||
------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user