Changeset 104606 in vbox
- Timestamp:
- May 13, 2024 4:05:27 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp
r98103 r104606 529 529 return; 530 530 531 if (Module.hdr.e_shentsize != sizeof(Elf32_Shdr))532 return;533 534 531 /* Basic validations of the rest of the stuff. */ 535 532 if ( !SOL32_VALID_ADDRESS(Module.shdrs) … … 678 675 && Module.hdr.e_phentsize) //?? 679 676 return; 680 if (Module.hdr.e_shentsize != sizeof(Elf64_Shdr))681 return;682 683 677 if (Module.hdr.e_shentsize != sizeof(Elf64_Shdr)) 684 678 return;
Note:
See TracChangeset
for help on using the changeset viewer.