commit | ff9d2efdbf1b3b5263f81e843c6724b8bead7f1f | [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 | afca294289949b118a192b77be947379734ea620 [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>