Hacker News new | ask | show | jobs
by crawshaw 180 days ago
Data races are a source of bugs. They are not a noticeable fraction of the security issues that face memory unsafe languages, which is the practical argument for memory safety.
1 comments

No they’re pretty important these days now that basic linear overflows and the like are harder to exploit
OK, show us all the data race code execution CVEs in Go code.
I was discussing data races in the scope of all memory unsafe languages, I don't really know enough about Go to know whether people are looking for these.