From: Liu ShuoX Date: Wed, 12 Mar 2014 13:34:06 +0000 (+0800) Subject: pstore: Fix memory leak when decompress using big_oops_buf X-Git-Tag: v3.15-rc1~92^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32634f5d57f1dce88624b70a6d625915f6ea09e;p=pandora-kernel.git pstore: Fix memory leak when decompress using big_oops_buf After sucessful decompressing, the buffer which pointed by 'buf' will be lost as 'buf' is overwrite by 'big_oops_buf' and will never be freed. Signed-off-by: Liu ShuoX Acked-by: Kees Cook Signed-off-by: Tony Luck --- Reading git-diff-tree failed