commit | 45203e0ccbfaab5eafe3b6a7b8bb742182a83077 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 30 07:14:09 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 02 18:17:50 2019 +0200 |
tree | 02583f97cdaa22e30e7aee8d4007423cd51a5788 | |
parent | 39a1ff8ceab4b74164b2e19217206e7226aa9cd8 [diff] |
efi_loader: memory leak in append value When printing an UEFI variable an error may arise while converting an illegal hexadecimal value. In this case a buffer is leaked. Close the memory leak. Provide an error message. Reported-by: Coverity (CID 185830) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>