Changeset 90831 in vbox for trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
- Timestamp:
- Aug 24, 2021 11:01:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r90830 r90831 473 473 PATSCALLBACKCTX pCtx = (PATSCALLBACKCTX)pvUser; 474 474 475 AssertReturn(pCtx->cClients <= UINT8_MAX , VERR_BUFFER_OVERFLOW);475 AssertReturn(pCtx->cClients <= UINT8_MAX - 1, VERR_BUFFER_OVERFLOW); 476 476 477 477 pCtx->cClients++;
Note:
See TracChangeset
for help on using the changeset viewer.