Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/task: fix nil panic in (*internal/task.Stack).Pop
While adding some code to clear the Next field when popping from a task stack for safety reasons, the clear was placed outside of a nil pointer check. As a result, (*internal/task.Stack).Pop panicked when the Stack is empty.
- Loading branch information