Files
android_kernel_xiaomi_sm8450/drivers/firmware/efi/libstub
Dan Carpenter 951f8ef71d efi/libstub: prevent read overflow in find_file_option()
[ Upstream commit c4039b29fe9637e1135912813f830994af4c867f ]

If the buffer has slashes up to the end then this will read past the end
of the array.  I don't anticipate that this is an issue for many people
in real life, but it's the right thing to do and it makes static
checkers happy.

Fixes: 7a88a6227d ("efi/libstub: Fix path separator regression")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-10 13:39:14 +02:00
..
2020-05-06 11:27:55 +02:00
2020-02-23 21:57:19 +01:00
2020-10-02 14:31:21 -07:00