chiark / gitweb /
networkd: Initialize variable to NULL
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 27 Nov 2013 15:28:54 +0000 (17:28 +0200)
committerTom Gundersen <teg@jklm.no>
Wed, 27 Nov 2013 15:44:54 +0000 (16:44 +0100)
commite877666c1553a3dd5b05b4c48090f889ffc079e6
treeb938dcdb6555526750ea93ea84083553d5a5d5e5
parentff70c61b6fce5547fe22992e561941eff8456c9b
networkd: Initialize variable to NULL

If any number of arguments are given, _cleanup_manager_free_ is used
with unitialized memory causing a crash.
src/network/networkd.c