Changeset 99739 in vbox for trunk/src/VBox/Runtime/common/fuzz
- Timestamp:
- May 11, 2023 1:01:08 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157315
- Location:
- trunk/src/VBox/Runtime/common/fuzz
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz-config.cpp
r98103 r99739 520 520 * Destroys the given fuzzing config. 521 521 * 522 * @returns nothing.523 522 * @param pThis The fuzzing config instance to destroy. 524 523 */ -
trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp
r98103 r99739 439 439 * Destroys the given execution context. 440 440 * 441 * @returns nothing.442 441 * @param pThis The internal fuzzing observer state. 443 442 * @param pExecCtx The execution context to destroy. -
trunk/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
r98103 r99739 185 185 * Initializes the given stdout/stderr buffer. 186 186 * 187 * @returns nothing.188 187 * @param pBuf The buffer to initialize. 189 188 */ … … 199 198 * Frees all allocated resources in the given stdout/stderr buffer. 200 199 * 201 * @returns nothing.202 200 * @param pBuf The buffer to free. 203 201 */ … … 358 356 * Destorys the given fuzzer target recorder freeing all allocated resources. 359 357 * 360 * @returns nothing.361 358 * @param pThis The fuzzer target recorder instance. 362 359 */ … … 370 367 * Destroys the given fuzzer target state freeing all allocated resources. 371 368 * 372 * @returns nothing.373 369 * @param pThis The fuzzed target state instance. 374 370 */ -
trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
r98103 r99739 575 575 * Frees the given memory. 576 576 * 577 * @returns nothing.578 577 * @param pThis The fuzzer context instance. 579 578 * @param pv Pointer to the memory area to free. … … 620 619 * Updates the cache status of the given mutation. 621 620 * 622 * @returns nothing.623 621 * @param pThis The fuzzer context instance. 624 622 * @param pMutation The mutation to update. … … 655 653 * Removes a cached mutation from the cache. 656 654 * 657 * @returns nothing.658 655 * @param pThis The fuzzer context instance. 659 656 * @param pMutation The mutation to remove. … … 675 672 * Destroys the given mutation. 676 673 * 677 * @returns nothing.678 674 * @param pMutation The mutation to destroy. 679 675 */ … … 870 866 * Destroys the given fuzzer context freeing all allocated resources. 871 867 * 872 * @returns nothing.873 868 * @param pThis The fuzzer context instance. 874 869 */ … … 1513 1508 * Destroys the given fuzzing input. 1514 1509 * 1515 * @returns nothing.1516 1510 * @param pThis The fuzzing input to destroy. 1517 1511 */ -
trunk/src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp
r98103 r99739 1580 1580 * Destroys all running fuzzers for the given master state. 1581 1581 * 1582 * @returns nothing.1583 1582 * @param pThis The fuzzing master command state. 1584 1583 */ … … 1592 1591 * Sends an ACK response to the client. 1593 1592 * 1594 * @returns nothing.1595 1593 * @param hSocket The socket handle to send the ACK to. 1596 1594 * @param pszResponse Additional response data. … … 1623 1621 * Sends an NACK response to the client. 1624 1622 * 1625 * @returns nothing.1626 1623 * @param hSocket The socket handle to send the ACK to. 1627 1624 * @param pErrInfo Optional error information to send along.
Note:
See TracChangeset
for help on using the changeset viewer.