commit | d465f8815369f94c448e9ace459bd4b9be1df8a2 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 16 07:59:15 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 03 13:30:23 2013 -0600 |
tree | 29d4f744ce001d3d3602da6077d1cc0f42353422 | |
parent | 60e50cd9fa182685a7ed5f546e62d64ce988d1b8 [diff] |
lzo: correctly bounds-check output buffer This checks the size of the output buffer and fails if it was going to overflow the buffer during lzo decompression. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>