wxwidgets/tests/lists
Vadim Zeitlin f27acce6cd Avoid using invalid addresses in ListsTestCase too
This is similar to the previous commit, but done in a slightly different
way to avoid changing too much of the existing code: just make "i" an
alias for the first array element to ensure that "&i + 4" is a valid
pointer.
2022-08-04 00:22:41 +02:00
..
lists.cpp Avoid using invalid addresses in ListsTestCase too 2022-08-04 00:22:41 +02:00