- 03 May, 2021 6 commits
-
-
Evgeny Vereshchagin authored
by getting rid of stpncpy Tested with gcc (GCC) 11.1.1 20210428 (Red Hat 11.1.1-1) Closes https://github.com/lxc/lxc/issues/3752Signed-off-by:
Evgeny Vereshchagin <evvers@ya.ru>
-
Stéphane Graber authored
conf: fix console chmod error log messages
-
Christian Brauner authored
github: Run apt-get update in sanitizer test
-
Stéphane Graber authored
lxc_monitord: remove monitord log
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
The tool is effectively unused with current master so removing the log should be ok by now. Let's remove the log to avoid issues such as #3747. Fixes #3747 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 01 May, 2021 2 commits
-
-
Christian Brauner authored
oss-fuzz: always turn off logging on OSS-Fuzz
-
Aaron Thompson authored
Signed-off-by:Aaron Thompson <dev@aaront.org>
-
- 30 Apr, 2021 5 commits
-
-
Stéphane Graber authored
cgroups: fix fallback attach codepath
-
Christian Brauner authored
When we attach to an old server the server can return ENOSYS instead of ENOCGROUP2 which causes LXC to abort the attach unnecessary. Fix this! Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
storage: fix dup_cloexec() call
-
Evgeny Vereshchagin authored
Apparently /proc/self/cmd can't be used (reliably) on OSS-Fuzz to figure out whether the code is run inside the fuzz targets, which causes the fuzz targets to fill the filesystem with log files. Related: https://github.com/google/oss-fuzz/issues/5509 Should address https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33835Signed-off-by:
Evgeny Vereshchagin <evvers@ya.ru>
-
Christian Brauner authored
Fixes: Coverity 1477399 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 28 Apr, 2021 12 commits
-
-
Stéphane Graber authored
api-extensions: add entry for idmapped_mounts
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
storage/dir: cleanup mount code
-
Christian Brauner authored
oss-fuzz: switch to --enable-fuzzers
-
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
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Apr, 2021 2 commits
-
-
Stéphane Graber authored
rootfs rework
-
Evgeny Vereshchagin authored
With lto=thin the fuzzers fail as soon as they start with ``` ERROR: The size of coverage PC tables does not match the number of instrumented PCs. This might be a compiler bug, please contact the libFuzzer developers. Also check https://bugs.llvm.org/show_bug.cgi?id=34636 for possible workarounds (tl;dr: don't use the old GNU ld) ``` Signed-off-by:
Evgeny Vereshchagin <evvers@ya.ru>
-
- 26 Apr, 2021 4 commits
-
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
to make it possible to run the fuzzers along with the other tests Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
Evgeny Vereshchagin authored
Signed-off-by:Evgeny Vereshchagin <evvers@ya.ru>
-
- 25 Apr, 2021 4 commits
-
-
Christian Brauner authored
Setting up a detached idmapped mount is a privileged operation, mounting it doesn't have to be. 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>
-
- 24 Apr, 2021 2 commits
-
-
Stéphane Graber authored
configure: fix function detection
-
Christian Brauner authored
Fixes: #3809 Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 23 Apr, 2021 3 commits
-
-
Stéphane Graber authored
dir: fix rootfs mounting
-
Christian Brauner authored
We need to be able to lookup symlinks and allow xdev. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
seccomp: init and destroy notifier.cookie
-