commit | 9cff2d1e39bca4e456a61a3395611cafe2f8969e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:45:31 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 22 12:16:17 2016 -0400 |
tree | de25c2ec6e7ee2a9515618ecd0377671a18d4b6c | |
parent | a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6 [diff] |
mkimage: Fix munmap() call when importing data The munmap() call unmaps the wrong memory buffer. Fix it. Reported-by: Coverity (CID: 138505) Reported-by: Coverity (CID: 138495) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>