fasmg-ebc icon indicating copy to clipboard operation
fasmg-ebc copied to clipboard

Index is calculated incorrectly for nested structures

Open alexanderzhak opened this issue 2 years ago • 1 comments

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

alexanderzhak avatar Mar 06 '23 12:03 alexanderzhak

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.

pbatard avatar Mar 06 '23 12:03 pbatard