
14 Aug
2013
14 Aug
'13
7:43 p.m.
On Mon, Aug 12, 2013 at 5:02 PM, Kees Cook keescook@chromium.org wrote:
The output buffer size must be correctly passed to the lzma decoder or there is a risk of overflowing memory during decompression. Switching to the LZMA_FINISH_END mode means nothing is left in an unknown state once the buffer becomes full.
Signed-off-by: Kees Cook keescook@chromium.org
Acked-by: Simon Glass sjg@chromium.org