commit | 3592252ea713817e28648e048b0ba456ce822c83 | [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 | 6a6afa73ce93acdc3d03e1954322d0e1eb068685 [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>