1. 05 Feb, 2020 1 commit
    • container.conf: Fix off by 2 in option parsing · 52ab03ac
      Maximilian Blenk authored
      This commit fixes a off by 2 in config option parsing
      (due to missing parenthesis). The error occurs if for instance
      lxc.net.0.type is parsed. In that case, the .0 is removed from the
      string. However, due to the missing parenthesis, the null terminating
      character is off by two which means the modified config option would
      be lxc.net.typepe instead of lxc.net.type.
      Signed-off-by: 's avatarMaximilian Blenk <Maximilian.Blenk@bmw.de>
  2. 31 Jan, 2020 4 commits
  3. 27 Jan, 2020 2 commits
  4. 17 Jan, 2020 1 commit
  5. 16 Jan, 2020 1 commit
  6. 15 Jan, 2020 2 commits
  7. 14 Jan, 2020 4 commits
  8. 10 Jan, 2020 2 commits
  9. 09 Jan, 2020 8 commits
  10. 08 Jan, 2020 1 commit
  11. 04 Jan, 2020 1 commit
  12. 03 Jan, 2020 1 commit
  13. 27 Dec, 2019 3 commits
  14. 26 Dec, 2019 2 commits
  15. 25 Dec, 2019 1 commit
  16. 23 Dec, 2019 5 commits
  17. 17 Dec, 2019 1 commit