Circumventing Go's memory safety: Using a race to read/write arbitrary addresses
bugfix-66.comThis 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.
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.