]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: avoid buffer overrun in efi_var_mem_compare
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Feb 2023 18:22:33 +0000 (19:22 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 19 Feb 2023 20:15:15 +0000 (21:15 +0100)
commitb462874c6c7df25463d1a518833c97a145e97f11
tree714096371059d0da561924d71d605cbf99c373fc
parent68c96793e512144612657df51f292231471cd1c9
efi_loader: avoid buffer overrun in efi_var_mem_compare

We should not scan beyond the end of string name.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_var_mem.c