1. 09 Mar, 2020 1 commit
    • commands_utils: fix socket leak in when adding state client · d7aa5552
      Matthias Hardt authored
      If lxc_add_state_client() is called with the container already being in
      the desired state the client fd will never be closed and is leaking.
      This due to setting stay_connected in lxc_cmd for
      LXC_CMD_ADD_STATE_CLIENT. If the desired state isn't already achieved
      the client fd will later be closed by calling lxc_cmd_fd_cleanup() but
      in the other case the client configuration isn't added to the handlers
      state clients. So the client fd has to be closed explicitely.
      
      This is simply tested by starting container A and calling lxc-wait -n A
      -s RUNNING.
      Signed-off-by: 's avatarMatthias Hardt <matthias.hardt@gmail.com>
  2. 08 Mar, 2020 4 commits
  3. 05 Mar, 2020 4 commits
  4. 29 Feb, 2020 1 commit
  5. 28 Feb, 2020 5 commits
  6. 25 Feb, 2020 2 commits
  7. 13 Feb, 2020 1 commit
  8. 12 Feb, 2020 1 commit
  9. 10 Feb, 2020 2 commits
  10. 05 Feb, 2020 4 commits
  11. 31 Jan, 2020 4 commits
  12. 27 Jan, 2020 2 commits
  13. 17 Jan, 2020 1 commit
  14. 16 Jan, 2020 1 commit
  15. 15 Jan, 2020 2 commits
  16. 14 Jan, 2020 4 commits
  17. 10 Jan, 2020 1 commit