Learn more about cloning repositories
You have read-only access
Use a for-loop instead of a while-loop to walk another linked list, taking care of single-entry deletions. Will use LIST_FOREACH_SAFE() or a similar queue(3) macro, eventually.