use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Apr 2008 17:54:02 +0000 (17:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Apr 2008 17:54:02 +0000 (17:54 +0000)
commita0b7b493504f8ef023962f0282eeef3bca5600f9
treeab48e9977b165c4111a775239345857a290a4d0a
parent0367b928913d772d713f72d0184f4cc3968112fb
use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use strings of length close to INT_MAX (bug 1933693)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/stringimpl.cpp