Changeset 77546 in vbox
- Timestamp:
- Mar 3, 2019 8:14:30 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
r77544 r77546 376 376 377 377 PRTFUZZTGTRECINT pTgtRec = pThis->pTgtRec; 378 uint64_t uKey = ( pThis->StdOutBuf.cbBuf << 32) | pThis->StdErrBuf.cbBuf;378 uint64_t uKey = ((uint64_t)pThis->StdOutBuf.cbBuf << 32) | pThis->StdErrBuf.cbBuf; 379 379 380 380 /* Try to find a node matching the stdout and sterr sizes first. */
Note:
See TracChangeset
for help on using the changeset viewer.