diff options
author | Miroslav Benes <[email protected]> | 2019-07-19 14:28:39 +0200 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2019-08-19 13:03:37 +0200 |
commit | 4ff96fb52c6964ad42e0a878be8f86a2e8052ddd (patch) | |
tree | 1edd4428f19b91a2456bf96d5865052a632aff63 /lib/test_overflow.c | |
parent | db0457338ece7482378d88e50ad298191c3e6947 (diff) |
livepatch: Nullify obj->mod in klp_module_coming()'s error path
klp_module_coming() is called for every module appearing in the system.
It sets obj->mod to a patched module for klp_object obj. Unfortunately
it leaves it set even if an error happens later in the function and the
patched module is not allowed to be loaded.
klp_is_object_loaded() uses obj->mod variable and could currently give a
wrong return value. The bug is probably harmless as of now.
Signed-off-by: Miroslav Benes <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions