]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: parameter checks CalculateCrc32()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 May 2019 21:31:29 +0000 (23:31 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 May 2019 06:10:10 +0000 (08:10 +0200)
commitd36c69dc71cbc45af341118b0d7bcfa31244d3a4
tree45cb5c540693e3248bd5660754fb7677c5daf4cd
parent2c8d46add05918471e759b74ebdc095973db77b0
efi_loader: parameter checks CalculateCrc32()

Not checking the parameters may lead reading or writing from NULL.
Implement the parameter checks prescribed in the UEFI spec.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c