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
In hp_list project's function : list_hp_retire, it attempts to reorganize
retire list while the object is deleting. However, as I see, the origin
code doesn't adjust the index simultaneously, which will skip track of
the object origin from &rl->list[iret + 1].
Change the behavior as:
- If reorganize happens, keep the same index for next iteration.
- Else, index++.
0 commit comments