Fix crash in wxArray::insert() overload taking iterator range.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2011 23:38:43 +0000 (23:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2011 23:38:43 +0000 (23:38 +0000)
commit9c5c5c9cfd18dbad30de0b703659c1b81a155a65
tree6de3a389456bcfbe1051330d8d314e3df39c8645
parente999b903ca76951f79936b639e65a9db5adfce37
Fix crash in wxArray::insert() overload taking iterator range.

The iterator passed as argument could be invalidated by the function itself,
update it before using it.

Closes #13371.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/dynarray.cpp