commit | e2aff337ed53ada0abdbc38d0afa8d6f209bf4ab | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Oct 03 12:50:52 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 06 07:43:56 2020 +0200 |
tree | 95c4edcf449a87e73b1ac16658dc125451a22cbc | |
parent | 5cd28e17600458ee99e69a86856f2b7e8eddd0c0 [diff] |
efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL strsep() changes the address that its first argument points to. We cannot use the changed address as argument of free(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>