Files
systemd/src/libsystemd
Yu Watanabe 3b1b0f1aeb sd-journal: fix segfault
Unfortunately, journal_file_next_entry() returns 0 when the next entry
not found. The commit cc938e4a0a adds
FIXME comment about that. We should really fix that, but the function and
its return value are used in many place, hence checking all usecases is not
easy. So, let's workaround that here, and handle the 0 return value by
the caller.

Follow-up for 34af74946e.

Fixes #26822.
2023-03-16 00:26:22 +00:00
..
2023-03-10 09:47:39 +01:00
2023-01-05 23:07:16 +01:00
2023-03-16 00:26:22 +00:00
2023-03-10 09:47:39 +01:00
2023-03-10 11:40:14 +01:00