commit | b75650d84d4b7892179ae183523011f6d898423d | [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 | 8ef70478458432b5352980a823039c508359523e [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>