mirror of
https://github.com/dynup/kpatch
synced 2025-02-18 18:56:58 +00:00
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 | ||
create-diff-object.c | ||
kpatch-build | ||
list.h | ||
lookup.c | ||
lookup.h | ||
Makefile |