]> git.ipfire.org Git - thirdparty/shadow.git/commit
Do not return garbage in run_parts 487/head
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 3 Jan 2022 12:12:31 +0000 (13:12 +0100)
committerChristian Göttsche <cgzones@googlemail.com>
Mon, 3 Jan 2022 14:09:17 +0000 (15:09 +0100)
commitb2bc1f692736debf3ba94872db73435d114d19ec
tree711bd62bf6b4b574e8b42d9fd5edf24e0e15f571
parenta8166a86ed682af036bef501dc73af9779d346a9
Do not return garbage in run_parts

If scandir(3) returns 0, the uninitialized value of execute_result will
be returned.
lib/run_part.c