mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-03 23:49:36 +08:00
mdbx: minor fix/avoid assertion inside mdbx_cursor_set()
.
Change-Id: I2cc38da698765b3eaa2bb575e16505d5d9438431
This commit is contained in:
parent
0c3deac9db
commit
1c925a0f2e
@ -12212,6 +12212,7 @@ set2:
|
||||
}
|
||||
mp = mc->mc_pg[mc->mc_top];
|
||||
mdbx_cassert(mc, IS_LEAF(mp));
|
||||
if (!IS_LEAF2(mp))
|
||||
node = page_node(mp, 0);
|
||||
}
|
||||
mdbx_cassert(mc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user