criu/compel
Adrian Reber 7db0bb69e7 infect: initialize struct to avoid CLANG_WARNING
Using scan-build there is a warning about

 infect.c:231:17: warning: The left operand of '!=' is a garbage value
                 if (ss->state != 'Z') {

which is a false positive as every process will have a 'Status' field,
but initializing the structure makes the clang analyzer silent.

Signed-off-by: Adrian Reber <areber@redhat.com>
2021-09-03 10:31:00 -07:00
..
arch compel: don't mmap parasite as RWX 2021-09-03 10:31:00 -07:00
include compel: don't mmap parasite as RWX 2021-09-03 10:31:00 -07:00
plugins compel: rewrite parasite cmd and args manipulation from assembly to C 2020-10-20 00:18:24 -07:00
src infect: initialize struct to avoid CLANG_WARNING 2021-09-03 10:31:00 -07:00
test compel: Remove compel.h 2020-03-27 19:36:20 +03:00
.gitignore compel: adapt .gitgnore for aarch64 and ppc64le 2017-08-09 18:51:42 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile compel: Don't use CFLAGS_PIE for libcompel.so 2019-09-07 15:59:50 +03:00