commit | 36b2f9da5ccd38581c80098b0cad6dd1a9224705 | [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 | eb537fd7eb05665a088766128eebd45b585679d3 [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>