- 21 Apr, 2021 7 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
ci: make use of --enable-sanitizers instead of CFLAGS
-
- 19 Apr, 2021 2 commits
-
-
Christian Brauner authored
Revert "ci: get around https://github.com/lxc/lxc/issues/3796"
-
Christian Brauner authored
ci: an attempt to run the tests under ASan/UBsan
-
- 18 Apr, 2021 1 commit
-
-
Christian Brauner authored
apparmor: turn bytes into null-terminated strings before calling strcspn
-
- 17 Apr, 2021 6 commits
-
-
Stéphane Graber authored
lxc_clone & configure fix
-
Christian Brauner authored
Fixes: #3796 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
tests: pass on ASAN/UBSAN options to several tests
-
Christian Brauner authored
Fixes: #3789 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 16 Apr, 2021 1 commit
-
-
Christian Brauner authored
tests: stop cutting off right square brackets in share_ns
-
- 15 Apr, 2021 1 commit
-
-
Christian Brauner authored
tests: switch to the "busybox" template in lxc-test-checkpoint-restore
-
- 14 Apr, 2021 5 commits
-
-
Stéphane Graber authored
lxccontainer: fix container creation error paths
-
Christian Brauner authored
tests: fix a memory leak in attach
-
Christian Brauner authored
Fixes: #3782 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Evgeny Vereshchagin authored
The snippet is redundant because the build system automatically passes the sanitizers flags set in AM_CFLAGS to the linker Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
- 13 Apr, 2021 8 commits
-
-
Evgeny Vereshchagin authored
`-static` isn't compatible with `-fsanitize=`: ``` gcc: error: cannot specify -static with -fsanitize=address ``` Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Inspired by https://lore.kernel.org/alsa-devel/18135209-abc9-ca1c-84e0-8ac3e75caaf1@perex.cz/t/Signed-off-by:
Evgeny Vereshchagin <evvers@ya.ru>
-
Christian Brauner authored
tests: fix a memory leak in cgpath
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Christian Brauner authored
tests: fix a memory leak in lxcpath
-
Christian Brauner authored
tests: fix a memory leak in cgpath
-
Evgeny Vereshchagin authored
Fixes https://github.com/lxc/lxc/issues/3796Signed-off-by:
Evgeny Vereshchagin <evvers@ya.ru>
-
https://github.com/lxc/lxc/issues/3796Evgeny Vereshchagin authored
This reverts commit 44818e89. Signed-off-by:
Evgeny Vereshchagin <evvers@ya.ru>
-
- 12 Apr, 2021 9 commits
-
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
https://github.com/lxc/lxc/issues/3796Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
and show all the commands it runs to make it easier to debug potential issues. Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
https://github.com/lxc/lxc/issues/3788Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
https://github.com/lxc/lxc/issues/3798Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
init.lxc.static is run in arbitrary containers where the libasan library lxc has been built with isn't always installed. To make it work let's override GCC's default and link both libasan and libubsan statically. It should help to fix issues like ``` ++ lxc-execute -n c1 -- sudo -u ubuntu /nnptest lxc-init: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory ``` Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-