We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493e94e commit 202a6ffCopy full SHA for 202a6ff
1 file changed
src/radix.c
@@ -327,6 +327,7 @@ bfdev_radix_root_first(bfdev_radix_root_t *root, uintptr_t *offsetp)
327
bfdev_radix_node_t *node;
328
uintptr_t offset;
329
330
+ *offsetp = 0;
331
node = root->node;
332
level = root->level;
333
@@ -354,6 +355,7 @@ bfdev_radix_root_last(bfdev_radix_root_t *root, uintptr_t *offsetp)
354
355
356
357
358
359
360
361
0 commit comments