]> git.ipfire.org Git - thirdparty/lxc.git/commit
tools: fix container use-after-free 2223/head
authorFelix Abecassis <fabecassis@nvidia.com>
Fri, 16 Mar 2018 20:31:25 +0000 (13:31 -0700)
committerFelix Abecassis <fabecassis@nvidia.com>
Fri, 16 Mar 2018 20:31:25 +0000 (13:31 -0700)
commit020c90b702da04cde6b67e9632b0b09f3427ba21
tree663e336b962f3b8df646ca31c0acbc55fc9b074a
parent4edd0ba7fe9de8b6e5a2432140d5f9a8eb6a0b2f
tools: fix container use-after-free

Fields daemonize and error_num were being called after the
lxc_container_put.

Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
src/lxc/tools/lxc_execute.c