VirtualBox

Changeset 72573 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jun 15, 2018 8:46:32 PM (7 years ago)
Author:
vboxsync
Message:

Runtime/RTFuzz: Started to extend the master command to provide a network interface for controlling the fuzzing process. The interface uses JSON requests and responses to control the fuzzing process, like creating a new fuzzing run and suspending, resuming and stopping it. The JSON request contains everything required (except for the binary itself) for easier control of multiple masters on different hosts via a central control mechanism (later integration into the validation kit). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp

    r72572 r72573  
    402402                    if (RT_SUCCESS(rc))
    403403                    {
    404                         RTVFSIOSTREAM hVfsDecomp;
     404                        RTVFSIOSTREAM hVfsDecomp = NIL_RTVFSIOSTREAM;
    405405
    406406                        if (!RTStrICmp(pszCompression, "Gzip"))
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