commit | 362a0e43a37aa5a6316bcf895def4eda8391bb2e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 02 13:17:38 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jan 14 11:35:44 2015 -0500 |
tree | 8fa486d2f3e18560259877c6cb1abbd14c52cb2c | |
parent | 3086c055a073049dcfb1f01bc5c682bd947a1caa [diff] |
bzlib: Update destLen even on error This allows the caller to easily detect how much of the destination buffer has been used. Signed-off-by: Simon Glass <sjg@chromium.org>