From: Liu ShuoX Date: Mon, 17 Mar 2014 20:57:49 +0000 (-0700) Subject: pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz X-Git-Tag: v3.15-rc1~92^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0aa931fb84431394d995472d0af2a6c2b61064d;p=pandora-kernel.git pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz ramoops_get_next_prz get the prz according the paramters. If it get a uninitialized prz, access its members by following persistent_ram_old_size(prz) will cause a NULL pointer crash. Ex: if ftrace_size is 0, fprz will be NULL. Fix it by return NULL in advance. Signed-off-by: Liu ShuoX Acked-by: Kees Cook Signed-off-by: Tony Luck --- Reading git-diff-tree failed