| commit | b0f1c728c82c25291895d66e591fa2a6851ba374 | [log] [tgz] |
|---|---|---|
| author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Sep 06 21:37:21 2019 +0200 |
| committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 09 15:21:08 2019 +0200 |
| tree | 0e8bd0e29e49db6c3ce0f66562cd11c99fabde36 | |
| parent | 2f760735c170c854ffca76be5607cec5c56fdc4f [diff] |
efi_loader: EFI_FILE_PROTOCOL.Write() check args Check the parameters passed to Write(): * cannot write to directories (UEFI SCT 2017, 5.7.3.5.15) * cannot write to file opened read only (UEFI SCT 2017, 5.7.3.5.16) Add missing comments. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>