VirtualBox

Changeset 25631 in vbox


Ignore:
Timestamp:
Jan 4, 2010 9:43:04 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56324
Message:

Runtime: wrong asssertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp

    r21337 r25631  
    165165     */
    166166    size_t cchFilename = strlen(pszFilename);
    167     AssertMsgReturn(cchFilename > (RTPATH_MAX / 4) * 3, ("%zu\n", cchFilename), VERR_INVALID_PARAMETER);
     167    AssertMsgReturn(cchFilename < (RTPATH_MAX / 4) * 3, ("%zu\n", cchFilename), VERR_INVALID_PARAMETER);
    168168
    169169    const char *pszExt = "";
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