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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user