Closed havocp closed 10 years ago
This would stack overflow if the queue had stuff in it because it put head of the list back on the entire list rather than back on the tail.
LGTM
This would stack overflow if the queue had stuff in it because it put head of the list back on the entire list rather than back on the tail.