VirtualBox

Changeset 102670 in vbox for trunk


Ignore:
Timestamp:
Dec 21, 2023 9:25:12 AM (13 months ago)
Author:
vboxsync
Message:

Guest Control: Actually add the found strings of GuestWaitEventPayload::ToStringVector() to the output vector. Enhanced docs, added testcases to tstGuestCtrlParseBuffer [build fix]. bugref:10415

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp

    r102668 r102670  
    215215    /** Invalid data. */
    216216    RT_STR_TUPLE("two\0\0terminators"), 1, VERR_INVALID_PARAMETER,
    217     RT_STR_TUPLE("no\0\ending\0terminator"), 2, VERR_BUFFER_OVERFLOW,
     217    RT_STR_TUPLE("no\0ending\0terminator"), 2, VERR_BUFFER_OVERFLOW,
    218218    RT_STR_TUPLE("foo"), 0, VERR_BUFFER_OVERFLOW,
    219219    /** Valid data. */
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