VirtualBox

Changeset 32235 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 3, 2010 1:25:06 PM (14 years ago)
Author:
vboxsync
Message:

RTCoreDumper: added comment on the hardcoded padding, and why NULL terminator included in namesz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r32221 r32235  
    13741374    ElfNoteHdr.achName[3] = 'E';
    13751375
     1376    /*
     1377     * This is a known violation of the 64-bit ELF spec., see xTracker #5211 comment#3
     1378     * for the historic reasons as to the padding and namesz anomalies.
     1379     */
    13761380    static const char s_achPad[3] = { 0, 0, 0 };
    13771381    size_t cbAlign = RT_ALIGN_Z(cb, 4);
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