mirror of https://github.com/dynup/kpatch
4fefa662fd
When running kpatch-build with -d, I was getting a seg fault. It was faulting in kpatch_dump_kelf() when trying to print sec->secsym->name for the .smp_locks section. It turns out that the section was included but its section symbol wasn't included, so sec->secsym pointed to freed memory. |
||
---|---|---|
.. | ||
insn | ||
Makefile | ||
create-diff-object.c | ||
kpatch-build | ||
list.h | ||
lookup.c | ||
lookup.h |