]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/dbus-execute: propagate oom in property_get_cpu_affinity
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 18 May 2026 10:29:12 +0000 (12:29 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 18 May 2026 10:29:12 +0000 (12:29 +0200)
commite305f552ec34be6df08abb1882707091b2b61479
treee79c7c9a075a8162182ee530ba5c4d63e74e9baa
parent92e0c920c7e4ad99a9a0b388038e38588e251559
core/dbus-execute: propagate oom in property_get_cpu_affinity

The function already returns errors, so I'm not sure why we ignored
the error in the second call, potentially leaving variables unitialized.
It seems easiest to propagate the error.

Reported by qarmin (Rafał Mikrut).
src/core/dbus-execute.c