Changeset 77486 in vbox for trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
- Timestamp:
- Feb 27, 2019 1:26:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129076
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
r77484 r77486 304 304 uint8_t *pbBuf, size_t cbBuf); 305 305 306 306 307 /********************************************************************************************************************************* 307 308 * Global Variables * … … 560 561 { 561 562 pMutation->cbInput = pMutationParent->cbInput; /* Byte replacements don't change the input size. */ 562 RTRandAdvBytes(pThis->hRand, &pMutation->u.bByteReplace, 1); /** @todo :Filter out same values. */563 RTRandAdvBytes(pThis->hRand, &pMutation->u.bByteReplace, 1); /** @todo Filter out same values. */ 563 564 *ppMutation = pMutation; 564 565 }
Note:
See TracChangeset
for help on using the changeset viewer.