wxWidgets/tests/lists
Vadim Zeitlin ee8b3ecb8f 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.

(cherry picked from commit f27acce6cd1164fcb0ec869cd8e7df57419c44e0)
2022-08-14 18:19:01 +02:00
..
lists.cpp Avoid using invalid addresses in ListsTestCase too 2022-08-14 18:19:01 +02:00