Hacker News new | ask | show | jobs
by methodology 4279 days ago
> There are no buffer overflow vulnerabilities in Go applications

Actually there are in certain cases [1], but there's a good reason for that.

1. http://stackoverflow.com/questions/25628920/slicing-operatio...

1 comments

But that's not a buffer overflow. You can't access uninitialized memory (well, without unsafe anyway).
Without unsafe or a race condition. http://research.swtch.com/gorace