mirror of
https://github.com/dynup/kpatch
synced 2025-03-02 00:40:54 +00:00
Fix the object unlink error handling so that each function cleans up after itself properly. Also use find_symbol() instead of __symbol_get() to make cleanup easier. When patching a module we don't need a reference to each symbol, since we already have done a try_module_get() on the module. Fixes #392. |
||
---|---|---|
.. | ||
core.c | ||
kpatch.h | ||
Makefile | ||
shadow.c |