test: fix generate-sym-test using the wrong array
authorFederico Giovanardi <federico.giovanardi@cnhind.com>
Fri, 15 Nov 2024 15:55:24 +0000 (16:55 +0100)
committerFederico Giovanardi <federico.giovanardi@cnhind.com>
Fri, 15 Nov 2024 16:12:42 +0000 (17:12 +0100)
commit55980446c3a1e684bab04ce82ca5f209adbd813e
tree2fbd880c3f0f3f76febbfafd8ef1e0b95d30b6e7
parentbe6e599935cd5206d830e6337881031308e890e2
test: fix generate-sym-test using the wrong array

The second check was searching the symbols into the same array, but
using the size of the other. This generated a SIGSEV when they
occassionally mismatched.
src/test/generate-sym-test.py