Changeset 79680 in vbox for trunk/src/VBox
- Timestamp:
- Jul 10, 2019 8:16:11 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInLinux.cpp
r78019 r79680 1327 1327 && uBuf.au64[i] >= LNX_MIN_KALLSYMS_SYMBOLS) 1328 1328 { 1329 uint8_t *pb = (uint8_t *)&uBuf.au64[i + 1];1329 uint8_t *pb = (uint8_t *)&uBuf.au64[i]; 1330 1330 if ( pb[0] <= LNX_MAX_KALLSYMS_ENC_LENGTH 1331 1331 && pb[0] >= LNX_MIN_KALLSYMS_ENC_LENGTH) … … 1375 1375 && uBuf.au32[i] >= LNX_MIN_KALLSYMS_SYMBOLS) 1376 1376 { 1377 uint8_t *pb = (uint8_t *)&uBuf.au32[i + 1];1377 uint8_t *pb = (uint8_t *)&uBuf.au32[i]; 1378 1378 if ( pb[0] <= LNX_MAX_KALLSYMS_ENC_LENGTH 1379 1379 && pb[0] >= LNX_MIN_KALLSYMS_ENC_LENGTH)
Note:
See TracChangeset
for help on using the changeset viewer.