Files
systemd/src/debug-generator
Luca Boccassi 5a40b8c077 debug-generator: use unsigned bit shift for breakpoint flags
Using signed int literal '1' in left shift can lead to undefined
behavior if the shift amount causes overflow of a signed int. Use
UINT32_C(1) since the result is stored in a uint32_t variable.

CID#1568482

Follow-up for e9f781a5a4

(cherry picked from commit 1929226e7e)
(cherry picked from commit 299afcbc49)
2026-05-27 12:20:16 +01:00
..