You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deallocate_middle): advance to next in try_insert_after
If the next hole node is still lower than the hole to be added, advance
the cursor to the next in the list.
For this to trigger, this patch modifies the `deallocate_middle()` test.
It requires two holes in the list before the one to be deallocated.
Signed-off-by: Harald Hoyer <[email protected]>
0 commit comments