vm: address-space: fix infinite loop in validate_access
This commit is contained in:
@@ -1204,7 +1204,7 @@ bool address_space_validate_access(
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
i = area->vma_limit;
|
i = area->vma_limit + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user