commit | ddc6a9de057e0fd0b46ba21d16a50a8d24351ef6 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sat Apr 15 13:05:40 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:29:22 2017 -0400 |
tree | 4c21bd25dc7cedd6173aebc10e4fcb6614aa8e96 | |
parent | 1ecd2a2f0600e61f2edff4fc3dce76f0f6559b67 [diff] |
tools/env: avoid memory leak in fw_setenv If realloc fails we should release the old buffer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>