|
|
|
|
|
by staticassertion
2971 days ago
|
|
> That is contrary to decades of experience. In languages like C and C++. I haven't really seen this as a big problem in Go. I know of one vulnerability involving this, personally. I haven't gone looking though. Regardless, I think there's a world of difference between C and Go when it comes to memory safety. |
|
Go certainly does have problems with data races all the time. Just Google for "golang data race": you'll find many blog posts explaining common data race gotchas in Go.
> Regardless, I think there's a world of difference between C and Go when it comes to memory safety.
Agreed.