mirror of
https://github.com/dynup/kpatch
synced 2024-12-18 03:14:31 +00:00
8927b02197
If an activeness safety check fails for kernels newer than 4.6, the error is silently ignored because the newer version of kpatch_backtrace_address_verify() doesn't set args.ret on error. It would be an easy fix to just set args->ret on error, but I think a better approach is just to combine the two versions of the function into a single function with the use of a little macro trickery. |
||
---|---|---|
.. | ||
core.c | ||
kpatch.h | ||
Makefile | ||
shadow.c |