mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
ubsan complains that we add an offset to a NULL ptr here in some cases. Which isn't really a bug though, since we only use it as the end condition for a for loop, but we can still fix it... Fixes: #15522