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)
commitdb80fe3866c60dc263b50c4c3724c72e91d6fe04
tree45cb5c540693e3248bd5660754fb7677c5daf4cd
parent226cddbe32f0bc0df92aaaa5500a5c1f4eabf8dc
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