commit | 3f0282c07268e4022b708df8db694fdc730af947 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 16 23:31:29 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 19 08:10:10 2019 +0200 |
tree | 45cb5c540693e3248bd5660754fb7677c5daf4cd | |
parent | 61ba10d6a17c9478bc3d2da0b3308161963b08ee [diff] |
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>