Added empty test suite for testing rwops.
This commit is contained in:
parent
716a42e945
commit
4ae611f924
6 changed files with 48 additions and 4 deletions
|
@ -196,7 +196,7 @@ GenerateUnsignedBoundaryValues(const Uint64 maxValue,
|
|||
tempBuf[index++] = boundary1 - 1;
|
||||
}
|
||||
|
||||
if(boundary2 < maxValue) {
|
||||
if(boundary2 < maxValue && boundary2 < UINT64_MAX) {
|
||||
tempBuf[index++] = boundary2 + 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue