From: Zbigniew Jędrzejewski-Szmek Date: Tue, 19 Nov 2024 09:15:18 +0000 (+0100) Subject: test: fix generate-sym-test using the wrong array (#35185) X-Git-Tag: v257-rc3~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=574a04f62ac5113c028971a430f89fab479f5618;p=thirdparty%2Fsystemd.git test: fix generate-sym-test using the wrong array (#35185) For my understanding bsearch is searching in the wrong array. Or, if it's the right one, then the size is wrong. In another commit I made the arrays different by mistake and that triggered a SIGSEV during tests. --- 574a04f62ac5113c028971a430f89fab479f5618