commit | 903120c8307bbe9932e3be4a3cbe37b7672c288a | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Jul 08 14:01:54 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:15 2020 +0200 |
tree | a7f37bc81b06f12f4a4a7fbd40001b7a7d6b4918 | |
parent | 0d5eba4f12e9893906354466a89798f8117ad968 [diff] |
efi_loader: signature: fix a size check against revocation list Since the size check against an entry in efi_search_siglist() is incorrect, this function will never find out a to-be-matched certificate and its associated revocation time in the signature list. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>