VirtualBox

Changeset 104606 in vbox


Ignore:
Timestamp:
May 13, 2024 4:05:27 PM (7 months ago)
Author:
vboxsync
Message:

Debugger/DBGPlugInSolaris.cpp: Duplicated if conditions, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp

    r98103 r104606  
    529529        return;
    530530
    531     if (Module.hdr.e_shentsize != sizeof(Elf32_Shdr))
    532         return;
    533 
    534531    /* Basic validations of the rest of the stuff. */
    535532    if (    !SOL32_VALID_ADDRESS(Module.shdrs)
     
    678675        &&  Module.hdr.e_phentsize) //??
    679676        return;
    680     if (Module.hdr.e_shentsize != sizeof(Elf64_Shdr))
    681         return;
    682 
    683677    if (Module.hdr.e_shentsize != sizeof(Elf64_Shdr))
    684678        return;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette