]> git.baikalelectronics.ru Git - uboot.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)
commit8166e4df7c4a5adb7cc9216e30717fc8f1ac71fc
treea194d3e7c9c2be4dfdff73bed8a41a7b04cac81e
parent74e83c110916adfbdcd3d58fa1ee064e766df0eb
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