VirtualBox

Changeset 36827 in vbox


Ignore:
Timestamp:
Apr 23, 2011 11:15:42 PM (14 years ago)
Author:
vboxsync
Message:

iprt/assert.cpp: made the stderr format msg2 buffer as big as the global buffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/assert.cpp

    r30111 r36827  
    266266# ifdef IN_RING3
    267267        /* print to stderr, helps user and gdb debugging. */
    268         char szMsg[1024];
     268        char szMsg[sizeof(g_szRTAssertMsg2)];
    269269        va_copy(vaCopy, va);
    270270        RTStrPrintfV(szMsg, sizeof(szMsg), pszFormat, vaCopy);
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