- Timestamp:
- Jun 21, 2012 11:38:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Disasm.cpp
r41790 r41871 102 102 | DIS_FMT_FLAGS_RELATIVE_BRANCH | DIS_FMT_FLAGS_ADDR_LEFT, 103 103 NULL /*pfnGetSymbol*/, NULL /*pvUser*/); 104 if (cch <cbOutput)104 if (cch + 2 <= cbOutput) 105 105 { 106 106 pszOutput[cch++] = '\n';
Note:
See TracChangeset
for help on using the changeset viewer.