Files
systemd/test
Luca Boccassi f804d33d93 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)
(cherry picked from commit 7dd6f39617)
2026-06-26 14:42:43 +01:00
..