x/pkgsite: data race when handling errors rendering the status page #39611
Labels
Milestone
Comments
It's not - feel free to send a fix! /cc @jba |
Will get on it |
Good catch! |
Not sure why the GopherBot didn't pick it up, but the changes can be found here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
N/A
What is your user agent?
N/A
Screenshot
N/A
What did you do?
N/A
What did you expect to see?
Out of curiosity, I was reading the source for pkgsite, and came across this func which has a racy assignment to
errString
.What did you see instead?
A non-racy assignment to
errString
.Is this tracked elsewhere? If not, I don't mind picking it up😄
The text was updated successfully, but these errors were encountered: