1. 25 Nov, 2014 1 commit
  2. 24 Nov, 2014 10 commits
  3. 20 Nov, 2014 1 commit
  4. 19 Nov, 2014 1 commit
    • lxc/utils: bugfix freed pointer return value · a1c9a9c9
      Silvio Fricke authored
      We allocate a pointer and save this address in a static variable. After
      this we freed this pointer and return.
      
      Here a cuttout of a valgrind report:
      
      	[...]
      	==11568== Invalid read of size 1
      	==11568==    at 0x4C2D524: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
      	==11568==    by 0x5961C9B: puts (in /usr/lib/libc-2.20.so)
      	==11568==    by 0x400890: main (lxc_config.c:73)
      	==11568==  Address 0x6933e21 is 1 bytes inside a block of size 32 free'd
      	==11568==    at 0x4C2B200: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
      	==11568==    by 0x4E654F2: lxc_global_config_value (utils.c:415)
      	==11568==    by 0x4E92177: lxc_get_global_config_item (lxccontainer.c:2287)
      	==11568==    by 0x400883: main (lxc_config.c:71)
      	[...]
      Signed-off-by: 's avatarSilvio Fricke <silvio.fricke@gmail.com>
  5. 18 Nov, 2014 1 commit
  6. 17 Nov, 2014 1 commit
  7. 12 Nov, 2014 1 commit
  8. 08 Nov, 2014 1 commit
  9. 07 Nov, 2014 1 commit
  10. 06 Nov, 2014 1 commit
    • lxc-debian: Fix default mirrors · 5d20559c
      Gu1 authored
      Fix a typo in the lines inserted in the default sources.list.
      Change the default mirror to http.debian.net which is (supposedly) more
      accurate and better than cdn.debian.net for a generic configuration.
      Use security.debian.org directly for the {release}/updates repository.
      Signed-off-by: 's avatarGu1 <gu1@aeroxteam.fr>
      Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
  11. 05 Nov, 2014 1 commit
  12. 02 Nov, 2014 1 commit
  13. 31 Oct, 2014 1 commit
  14. 29 Oct, 2014 1 commit
  15. 27 Oct, 2014 9 commits
  16. 22 Oct, 2014 4 commits
  17. 20 Oct, 2014 4 commits