commit | ce54fdc492dfac6c52fcd369a7414d5ef1f3ded9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 15 23:27:43 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 19 08:10:10 2019 +0200 |
tree | 60016ccb604b9f5a2a6a43594d8adb041bf1c4f8 | |
parent | 487d8c75f1d3a1cf084e7fd61955591edc083f80 [diff] |
efi_loader: parameter checks simple network protocol Check buffer pointers are not NULL as required by the UEFI 2.7 spec. Return EFI_UNSUPPORTED instead of EFI_INVALID_PARAMETER when trying to transmit with non-zero header_size. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>