- 25 Jun, 2018 4 commits
-
-
Christian Brauner authored
log: add strerror_r macro
-
2xsec authored
Let's ensure that we always use the thread-safe strerror_r() function and add an approriate macro. Additionally, define SYS*() macros for all log levels. They will use the new macro and ensure thread-safe retrieval of errno values. Signed-off-by:
2xsec <dh48.jeong@samsung.com> [christian.brauner@ubuntu.com: simplify lxc_log_strerror_r macro] Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
move some comments in lxc.spec.in
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 22 Jun, 2018 15 commits
-
-
Stéphane Graber authored
commands: simplify lxc_cmd()
-
Christian Brauner authored
monitor: change exit() => _exit() system call in child process
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
secure coding: strcat => strncat
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 20 Jun, 2018 6 commits
-
-
Stéphane Graber authored
btrfs: s/strncat()/strlcat()/g
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
templates: Fix busybox template
-
Stéphane Graber authored
include: add strlcat() implementation
-
Thomas Hipp authored
Use `busybox --list`, and exclude the `busybox` applet if necessary. Signed-off-by:Thomas Hipp <thomas.hipp@canonical.com>
-
Christian Brauner authored
CC: Donghwa Jeong <dh48.jeong@samsung.com> Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 19 Jun, 2018 3 commits
-
-
Christian Brauner authored
fix fd handle leak
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 18 Jun, 2018 9 commits
-
-
Christian Brauner authored
secure coding: #3 strcpy => strlcpy
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
conf: remove unused argument
-
Christian Brauner authored
secure coding: #2 strcpy => strlcpy
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
secure coding: strcpy => strlcpy
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 15 Jun, 2018 3 commits
-
-
Serge Hallyn authored
coverity
-
Christian Brauner authored
Read from pointer after free Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
String not null terminated Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-