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
There are race conditions in the Server of the prism runner's gRPC server in Go. Reads and writes to the artifacts variable within Server are not protected by a mutex. This means race detection will occasionally crash this logic because it's not thread safe.
Given the nature of this class. It's likely other variables are at risk of races as well.
What happened?
There are race conditions in the Server of the prism runner's gRPC server in Go. Reads and writes to the
artifacts
variable within Server are not protected by a mutex. This means race detection will occasionally crash this logic because it's not thread safe.Given the nature of this class. It's likely other variables are at risk of races as well.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: