]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: error handling in efi_set_variable_common().
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 5 May 2020 23:37:25 +0000 (01:37 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 7 May 2020 16:23:16 +0000 (18:23 +0200)
commit3fdff6be40b01423aacf2c02eb3b4ef6d2186caf
treea194d3e7c9c2be4dfdff73bed8a41a7b04cac81e
parent549b79e8e04930f515ace28556d1cea779a1086a
efi_loader: error handling in efi_set_variable_common().

Fix unreachable code. Free memory on error.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c