projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ec97125
0c851a5
)
test: fix generate-sym-test using the wrong array (#35185)
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 19 Nov 2024 09:15:18 +0000
(10:15 +0100)
committer
GitHub
<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