]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-journal: split out generic_array_bisect_one() from generic_array_bisect() 27553/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 May 2023 15:19:24 +0000 (00:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 May 2023 15:28:19 +0000 (00:28 +0900)
commitfa1071819c2f6b1398543c0f9a41380a3fd52b30
tree1be4ed944c2de9a4de7026c2d706786e96da7cf5
parente562f131585fe6ae32b1f035ba48c1548d695259
sd-journal: split out generic_array_bisect_one() from generic_array_bisect()

This also makes journal corruption always handled gracefully, and drop
potentially unsatisfied assertion on corrupted journal.

Fixes #27533.
src/libsystemd/sd-journal/journal-file.c