]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix generate-sym-test using the wrong array (#35185)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Nov 2024 09:15:18 +0000 (10:15 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 09:15:18 +0000 (10:15 +0100)
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.


Trivial merge