1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Remove another NEVER added by check-in [7b62555e285f32d3].

Dbsqlfuzz found another test case.

FossilOrigin-Name: 481f4956aff52797880930752693a8c0b10d7fdd71d86919fe8ee13c90ad5b81
This commit is contained in:
drh
2020-01-04 17:55:01 +00:00
parent 6f2180d21a
commit 64f7ee0219
4 changed files with 9 additions and 9 deletions

View File

@@ -7104,7 +7104,7 @@ static int pageFreeArray(
}
pFree = pCell;
szFree = sz;
if( NEVER(pFree+sz>pEnd) ) return 0;
if( pFree+sz>pEnd ) return 0;
}else{
pFree = pCell;
szFree += sz;