mirror of https://github.com/dynup/kpatch
edfdaedd48
Valgrind complains about an uninitialized variable in create-klp-module.c: ==4412== Conditional jump or move depends on uninitialised value(s) ==4412== at 0x402846: main (create-klp-module.c:497) This warning refers to main()'s struct arguments stack variable, precisely its .no_klp_arch member. Initialize the entire structure to zero to avoid complaint. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> |
||
---|---|---|
.. | ||
insn | ||
Makefile | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-gcc | ||
kpatch-intermediate.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h |