mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 22:54:47 -04:00
Version 0.2.1
Added checks for files with invalid size
This commit is contained in:
parent
4afe74850d
commit
05f1becfe6
5 changed files with 67 additions and 84 deletions
|
@ -70,6 +70,7 @@ typedef uint16_t CHAR16;
|
|||
#define ERR_INVALID_VOLUME 11
|
||||
#define ERR_VOLUME_REVISION_NOT_SUPPORTED 12
|
||||
#define ERR_UNKNOWN_FFS 13
|
||||
#define ERR_INVALID_FILE 14
|
||||
|
||||
|
||||
// EFI GUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue