commit | ed1469ad90efbd49a97107c8b247627e2462b177 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 16 07:59:13 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 03 13:30:14 2013 -0600 |
tree | 4c665df9b1200fa6c26908aaa7c72ab3c2347a28 | |
parent | 5b06e649736d5570ea4258b393073d436bf699e7 [diff] |
gzip: correctly bounds-check output buffer The output buffer size must not be reset by the gzip decoder or there is a risk of overflowing memory during decompression. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>