Files
systemd/test
Luca Boccassi 7dd6f39617 journal-gatewayd: fix signed overflow in n_skip handling
request_reader_entries() negated m->n_skip in signed context before
casting to uint64_t, which is undefined behaviour for
n_skip == INT64_MIN.

Follow-up for 77ad3b93de
Follow-up for a7bfb9f76b

(cherry picked from commit f8891704d3)
2026-06-26 11:40:48 +01:00
..