fasmg-ebc
fasmg-ebc copied to clipboard
Index is calculated incorrectly for nested structures
struct EFI_TIME
Year UINT16
Month UINT8
Day UINT8
Hour UINT8
Minute UINT8
Second UINT8
Pad1 UINT8
Nanosecond UINT32
TimeZone INT16
Daylight UINT8
Pad2 UINT8
ends
struct EFI_FILE_INFO
Size UINT64
FileSize UINT64
PhysicalSize UINT64
CreateTime EFI_TIME ; compiles as (+0,+32), but should be (+0,+24)
LastAccessTime EFI_TIME
ModificationTime EFI_TIME
Attribute UINT64
FileName CHAR16
ends
I'm afraid that, since this is a very old repository of mine and I no longer have any plans for EBC development, I am not planning to invest any more development time on this.
This means that I will not personally fix issues or improve the current code.
If you send Pull Request, I may integrate it into the codebase. But that's about as far as I will go with this codebase at this stage.