VirtualBox

Changeset 84922 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 24, 2020 8:53:30 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138794
Message:

Validation Kit/TXS: Padding fix for VER command reply; opcode must be exactly 8 bytes long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp

    r84855 r84922  
    16991699                     RTBldCfgVersion(), RTBldCfgRevisionStr(), KBUILD_TARGET, KBUILD_TARGET_ARCH, __DATE__, __TIME__) > 0)
    17001700    {
    1701         return txsReplyInternal(&Pkt.Hdr, "ACK VER", strlen(Pkt.szVer) + 1);
     1701        return txsReplyInternal(&Pkt.Hdr, "ACK VER ", strlen(Pkt.szVer) + 1);
    17021702    }
    17031703
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