wxWidgets/tests/hashes
Vadim Zeitlin 413385cf21 Avoid using invalid addresses in HashesTestCase
Using "&o + N" results in an invalid address, and a perfectly reasonable
-Warray-bounds from gcc 12, so use an array of objects of sufficiently
big size for all values of N to be valid.

(cherry picked from commit 6efb8e810b98e4c1e63c125dc7b50f241793259e)
2022-08-14 18:19:01 +02:00
..
hashes.cpp Avoid using invalid addresses in HashesTestCase 2022-08-14 18:19:01 +02:00