VirtualBox

Changeset 2569 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
May 9, 2007 4:56:55 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21036
Message:

the string of valid CFG options in CFGMR3AreValuesValid() should be terminated with \0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r2468 r2569  
    889889     * Validate configuration.
    890890     */
    891     if (!CFGMR3AreValuesValid(pCfgHandle, "Irq\0Base\0Speaker\0GCEnabled\0R0Enabled"))
     891    if (!CFGMR3AreValuesValid(pCfgHandle, "Irq\0Base\0Speaker\0GCEnabled\0R0Enabled\0"))
    892892        return VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES;
    893893
Note: See TracChangeset for help on using the changeset viewer.

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