commit | 7e8cc8dce17574e432945fa75882cd401c3ef673 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sat Mar 04 22:28:46 2017 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Mar 07 14:00:57 2017 -0800 |
tree | 4985e01c1ccc67b79a01a56faa6fe33dca7e99a5 | |
parent | 76cc9580e3fbd323651d06e8184a5a54e0e1066e [diff] |
pstore: Always allocate buffer for decompression Currently, pstore_mkfile() performs a memcpy() of the record contents, so it can live anywhere. However, this is needlessly wasteful. In preparation of pstore_mkfile() keeping the record contents, always allocate a buffer for the contents. Signed-off-by: Kees Cook <keescook@chromium.org>