Changeset 72946 in vbox for trunk/src/VBox/Runtime/common/fuzz
- Timestamp:
- Jul 7, 2018 3:30:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
r72945 r72946 50 50 51 51 #define RTFUZZCTX_MAGIC UINT32_C(0xdeadc0de) /** @todo */ 52 53 52 54 53 … … 187 186 188 187 189 190 188 /********************************************************************************************************************************* 191 189 * Internal Functions * … … 203 201 static DECLCALLBACK(int) rtFuzzCtxMutatorByteSequenceDelete(PRTFUZZCTXINT pThis, const void *pvBuf, size_t cbBuf, 204 202 PPRTFUZZINPUTINT ppInputMutated); 205 206 203 207 204
Note:
See TracChangeset
for help on using the changeset viewer.