hpcorebootfe80/payloads/libpayload/liblzma
Julius Werner e25d3ff9bd 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.

Change-Id: Ibe4f02057a32bd156a126302178fa6fcab637d2c
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/16089
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-08-08 19:02:07 +02:00
..
Makefile.inc Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
lzma.c libpayload: lzma: Allocate scratchpad on the heap 2016-08-08 19:02:07 +02: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