Hacker News new | ask | show | jobs
Circumventing Go's memory safety: Using a race to read/write arbitrary addresses (bugfix-66.com)
1 points by bugfix-66 1308 days ago
1 comments

This is based on Russ Cox's essay:

https://research.swtch.com/gorace

But, the code in Russ Cox's article does not race with the modern Go compiler.