commit | 988b0f517b2c7f5898ba3178a31018391a84ca6f | [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 | d1d89331efdcf38d852f7001aa09a1830ca34a5c [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>