- Timestamp:
- Mar 3, 2019 8:29:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129151
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
r77546 r77547 219 219 static void rtFuzzTgtStateDestroy(PRTFUZZTGTSTATEINT pThis) 220 220 { 221 pThis->u32Magic = ~ 0; /** @todo Dead magic */221 pThis->u32Magic = ~(uint32_t)0; /** @todo Dead magic */ 222 222 rtFuzzTgtStdOutErrBufFree(&pThis->StdOutBuf); 223 223 rtFuzzTgtStdOutErrBufFree(&pThis->StdErrBuf);
Note:
See TracChangeset
for help on using the changeset viewer.