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
This commit is contained in:
@@ -440,6 +440,7 @@ Major new features in this release
|
||||
All:
|
||||
|
||||
- Fix parsing of negated long options in wxCmdLineParser (roed_bis).
|
||||
- Fix crash in wxArray::insert() overload taking iterator range (wsu).
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user