mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
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.pull/1012/head
Jaden Weiss
5 years ago
committed by
Ayke
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue