Josh Soref
6f3fd27ffe
spelling: container
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:53:11 +00:00
Josh Soref
c0125e7950
spelling: constant
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:54:44 +00:00
Josh Soref
056da80e54
spelling: configuration
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:52:44 +00:00
Josh Soref
b35ddc5b6f
spelling: committer
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:52:23 +00:00
Josh Soref
c050cfe3e6
spelling: command
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:52:09 +00:00
Josh Soref
18406e5a2a
spelling: comma
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:51:58 +00:00
Josh Soref
cfd1088d50
spelling: checkpoint
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:50:25 +00:00
Josh Soref
f510330c1a
spelling: character
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:50:12 +00:00
Josh Soref
ffc4030163
spelling: capabilities
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:49:52 +00:00
Josh Soref
06d06ad431
spelling: backingstorage
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:49:12 +00:00
Josh Soref
f1e56364dd
spelling: asynchronous
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:48:09 +00:00
Josh Soref
3b034c39eb
spelling: array
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:47:57 +00:00
Josh Soref
a1e0e6df9c
spelling: architecture
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:47:09 +00:00
Josh Soref
b3b5b0ff38
spelling: answer
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:46:40 +00:00
Josh Soref
8d47350bea
spelling: ambiguous
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:45:53 +00:00
Josh Soref
54d423b874
spelling: allocate
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2018-10-30 06:45:18 +00:00
2xsec
4c03724ef5
dlog: inherit dlog fds
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-10-23 19:13:27 +09:00
2xsec
f66650808f
parse: cleanups
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-10-23 19:01:37 +09:00
2xsec
c0b0c44b72
storage_utils: use _exit() instead of exit() in child process
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-10-23 19:01:23 +09:00
2xsec
ed2633521f
storage_utils: cleanups
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-10-23 19:01:12 +09:00
2xsec
ec3af0a4fb
storage_utils: add error handling
...
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
2018-10-23 19:00:59 +09:00
Serge Hallyn
f8f1069a8d
Merge pull request #2707 from brauner/2018-10-20/code_quality
...
tree-wide: bugfixes
2018-10-22 11:07:21 -05:00
Christian Brauner
6d61f17dd6
coverity: #1426130
...
Bad bit shift operation
Fixes: commit b5b12b9e75
("criu: add feature check capability")
Cc: Adrian Reber <areber@redhat.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:48:37 +02:00
Christian Brauner
7d60776a32
coverity: #1440389
...
Logically dead code
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:48:37 +02:00
Christian Brauner
637d38f246
coverity: #1440391
...
Dereference null return value
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:48:37 +02:00
Christian Brauner
c837120231
cmd/lxc_init: do not hide global variable
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:48:37 +02:00
Christian Brauner
489b0b2913
tools/lxc_stop: use correct check
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:48:37 +02:00
Christian Brauner
8157e43740
start: prevent values smaller 0
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:44 +02:00
Christian Brauner
b20e0599c6
lxccontainer: remove check from goto target
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:44 +02:00
Christian Brauner
3695b24384
conf: remove tautological check
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:44 +02:00
Christian Brauner
7806ebd74f
conf: use O_CLOEXEC in lxc_pivot_root()
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:44 +02:00
Christian Brauner
e2d0c21b9a
conf: remove tautological check
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:44 +02:00
Christian Brauner
961b6f4431
state: remove tautological check
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:44 +02:00
Christian Brauner
e69abbb1fa
tools/lxc_info: do not hide global variable
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:43 +02:00
Christian Brauner
551105ff46
tools/lxc_top: do not hide global variable
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:43 +02:00
Christian Brauner
f3c348587d
tools/lxc_copy: do not hide global variable
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:43 +02:00
Christian Brauner
632ac690a9
monitord: do not hide global variable
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:43 +02:00
Christian Brauner
edae86e922
cgfsng: move increment out of branch
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:43 +02:00
Christian Brauner
00e5ca1384
commands: simplify
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:43 +02:00
Christian Brauner
33eb2ec186
confile: do not overwrite global variable
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-22 16:47:41 +02:00
Stéphane Graber
2a08398569
Merge pull request #2705 from brauner/2018-10-20/bugfixes
...
start: simplify
2018-10-21 14:40:44 -04:00
Stéphane Graber
c72e6ee08b
Merge pull request #2706 from brauner/2018-10-20/compiler_hardening
...
autotools: compiler based hardening
2018-10-21 14:40:18 -04:00
Christian Brauner
65322e5c52
coverity: update .travis.yml
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 01:57:40 +02:00
Christian Brauner
63b073896f
coverity: update .travis.yml
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 01:54:55 +02:00
Christian Brauner
fcabf26fc0
coverity: update .travis.yml
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 01:48:39 +02:00
Christian Brauner
8f9c6fd65a
coverity: update .travis.yml
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 01:42:56 +02:00
Christian Brauner
b36673e712
coverity: update .travis.yml
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 01:34:15 +02:00
Christian Brauner
2268c27754
autotools: compiler based hardening
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 00:22:18 +02:00
Christian Brauner
9b10bef54c
start: simplify
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-10-20 00:06:32 +02:00
Christian Brauner
b8ab484943
Merge pull request #2703 from 2xsec/asan1
...
cleanups
2018-10-19 11:47:06 +02:00