Changeset 96857 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 26, 2022 9:24:15 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153762
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp
r96779 r96857 295 295 { 296 296 if (rtLdrELFLnxKModIsFooterValid(&SigFooter, cbFile)) 297 cbFile -= sizeof(SigFooter) -RT_N2H_U32(SigFooter.cbSignature);297 cbFile -= sizeof(SigFooter) + RT_N2H_U32(SigFooter.cbSignature); 298 298 299 299 /*
Note:
See TracChangeset
for help on using the changeset viewer.