mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
pma: _node_get bounds checking
This commit is contained in:
parent
b6cf968083
commit
2577875c3b
@ -382,9 +382,8 @@ struct BT_findpath {
|
||||
static BT_page *
|
||||
_node_get(BT_state *state, pgno_t pgno)
|
||||
{
|
||||
/* TODO: wrap in DEBUG macro a looping assert to confirm the given pgno is
|
||||
contained within a node partition */
|
||||
assert(pgno >= BT_NUMMETAS);
|
||||
assert(pgno < B2PAGES(BLK_BASE_LEN_TOTAL));
|
||||
return FO2PA(state->map, pgno);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user