Changeset 103013 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Jan 24, 2024 12:50:12 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/zip.cpp
r98103 r103013 1770 1770 if ( cbSrc == _4K 1771 1771 && !((uintptr_t)pvSrc & 15) 1772 && ASMMemIsZero Page(pvSrc))1772 && ASMMemIsZero(pvSrc, _4K)) 1773 1773 { 1774 1774 if (RT_UNLIKELY(cbDst < sizeof(s_abZero4K)))
Note:
See TracChangeset
for help on using the changeset viewer.