commit | 10f2a96d43cac1314d7414bc652d0f8cebb28987 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Apr 05 13:53:58 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 05 13:59:00 2013 -0700 |
tree | 49848925c56f534e4c3bcc501b72a229de3f9605 | |
parent | 772b46bf2897d8176a3f09875e3817a469a696ff [diff] |
vps_start_custom(): eliminate err It doesn't really matter to the kernel what we write to err_p, so this variable is not needed at all. In fact, in write(old_wait_p[1], &err, sizeof(err)); we were writing some unknown value of err, ie it was uninitialized. Found by coverity, CID 996900. Signed-off-by: Kir Kolyshkin <kir@openvz.org>