kpatch/kmod
Jessica Yu 9e223369ea livepatch-patch-hook: check for object->name before calling strcmp
Fixes issue #494. A null pointer dereference can result with patch
modules for multiple objects since the "vmlinux" patch object's "name"
field is null. strcmp therefore crashes trying to compare object->name
if the current object is vmlinux and the supplied "name" argument is
not. Check that object->name is not null before invoking strcmp.
2015-10-14 13:01:42 -07:00
..
core kpatch-build: fix shadow_get function 2015-10-12 17:15:00 +08:00
patch livepatch-patch-hook: check for object->name before calling strcmp 2015-10-14 13:01:42 -07:00
Makefile kpatch: change core module path again 2014-07-28 20:30:20 -05:00