mirror of
https://github.com/dynup/kpatch
synced 2024-12-18 19:34:30 +00:00
f5679c9780
symtab_read() would previously skip entries with blank names resulting in some of important entries being skipped. For instance vmlinux file has an STT_FILE entry at the end with a blank name that contains global offset table. Because it was skipped all of the global entries from this table were considered a part of previous processed file resulting in create-diff-object failing in find_local_syms(). Signed-off-by: Artem Savkov <asavkov@redhat.com> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
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 | ||
kpatch.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |