switch-coreboot/payloads/libpayload/liblzma
Julius Werner d7c15e636c UPSTREAM: libpayload: lzma: Allocate scratchpad on the heap
Allocating a 15980-byte scratchpad on the stack when your default stack
size is set to 16KB is really not a great idea. We're regularly
overflowing into the end of our heap when using LZMA in libpayload, and
just happen not to notice it because the heap rarely gets filled up all
the way. Of course, since we always *have* a heap in libpayload, the
much saner solution is to just use it directly to allocate the
scratchpad rather than accidentally grow backwards into it anyway.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/16089

Reviewed-by: Aaron Durbin <adurbin@chromium.org>

Change-Id: Ibe4f02057a32bd156a126302178fa6fcab637d2c
Reviewed-on: https://chromium-review.googlesource.com/368287
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-08-13 20:28:18 -07:00
..
lzma.c UPSTREAM: libpayload: lzma: Allocate scratchpad on the heap 2016-08-13 20:28:18 -07:00
lzmadecode.c libpayload: Add liblzma, libcbfs 2011-08-04 08:11:21 +02:00
lzmadecode.h libpayload: Add liblzma, libcbfs 2011-08-04 08:11:21 +02:00
Makefile.inc Remove empty lines at end of file 2015-06-08 00:55:07 +02:00