aboutsummaryrefslogtreecommitdiffstats
path: root/certs/blacklist.c
diff options
context:
space:
mode:
authorNicholas Mc Guire <hofrat@osadl.org>2018-12-14 17:56:10 +0100
committerJiri Kosina <jkosina@suse.cz>2018-12-18 10:23:07 +0100
commit5f30b2e823484ce6a79f2b59901b6351c15effa6 (patch)
tree4bafe61acde2fdb571e39eea272b3ca09b3be520 /certs/blacklist.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching (diff)
downloadlinux-dev-5f30b2e823484ce6a79f2b59901b6351c15effa6.tar.xz
linux-dev-5f30b2e823484ce6a79f2b59901b6351c15effa6.zip
livepatch: check kzalloc return values
kzalloc() return should always be checked - notably in example code where this may be seen as reference. On failure of allocation in livepatch_fix1_dummy_alloc() respectively dummy_alloc() previous allocation is freed (thanks to Petr Mladek <pmladek@suse.com> for catching this) and NULL returned. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Fixes: 439e7271dc2b ("livepatch: introduce shadow variable API") Acked-by: Joe Lawrence <joe.lawrence@redhat.com> Reviewed-by: Petr Mladek <pmladek@suse.com> Acked-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'certs/blacklist.c')
0 files changed, 0 insertions, 0 deletions