VirtualBox

Changeset 77546 in vbox


Ignore:
Timestamp:
Mar 3, 2019 8:14:30 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129150
Message:

Runtime/fuzz: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp

    r77544 r77546  
    376376
    377377    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;
    379379
    380380    /* Try to find a node matching the stdout and sterr sizes first. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette