]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/nspawn/nspawn-mount.c
nspawn: use the return value from asprintf instead of checking the pointer 4510/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 Oct 2016 15:57:55 +0000 (11:57 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 Oct 2016 15:57:55 +0000 (11:57 -0400)
commit9aa2169eaeb20994fb2b0196c051cff52f57a93d
treea9ebe7cb6f569d1165af6a121d98dcd75fe171a4
parentf60dad309a815ef55d7688343c62fbbf9d8e1040
nspawn: use the return value from asprintf instead of checking the pointer

If allocation fails, the value of the point is "undefined". In practice
this matters very little, but for consistency with rest of the code,
let's check the return value.
src/nspawn/nspawn-mount.c