]> git.saurik.com Git - wxWidgets.git/commit
GetNextItem() now checks for item < GetItemCount() to avoid illegal
authorKarsten Ballüder <ballueder@usa.net>
Thu, 25 Feb 1999 10:32:48 +0000 (10:32 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 25 Feb 1999 10:32:48 +0000 (10:32 +0000)
commit02da33e27d0eee3440a1ea83c8551ec99ab93f9f
treeb31964bda2cabef84c91fbaf2fa98f59a6e9e405
parent539dae520079857cd3bc5aaaf280a85a4e3b78c6
GetNextItem() now checks for item < GetItemCount() to avoid illegal
wxList access beyond end of list.

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