commit | f59f0825e8b9fdeb8abe43ffd10c5119ca1a032f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 05 19:31:23 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 05 23:18:51 2019 +0200 |
tree | 31c50f20cd10dad12634c02da52df085d8f7c3d0 | |
parent | 03446987c5008fd1e3732b01fd63a29c7a6d9246 [diff] |
efi_loader: parameter checks BLOCK_IO_PROTOCOL Check parameters of ReadBlocks() and WriteBlocks(). If the buffer size is not a multiple of the block size, we have to return EFI_BAD_BUFFER_SIZE. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>