commit | e32634f5d57f1dce88624b70a6d625915f6ea09e | [log] [tgz] |
---|---|---|
author | Liu ShuoX <shuox.liu@intel.com> | Wed Mar 12 21:34:06 2014 +0800 |
committer | Tony Luck <tony.luck@intel.com> | Mon Mar 17 14:14:03 2014 -0700 |
tree | 4513a848223494dfc910554f74f7e89b084c9e39 | |
parent | 017321cf390045dd4c4afc4a232995ea50bcf66d [diff] |
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 <shuox.liu@intel.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Tony Luck <tony.luck@intel.com>