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): skip to next in try_insert_after
If the next hole node is still lower than the hole to be added, skip 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