|
|
|
|
|
by morelisp
915 days ago
|
|
If I can use a data race to corrupt a jump target, I've done most of the work I need to for any classic memory-safety security vuln. Go makes this much harder to do than C/C++, especially as it relates to e.g. mishandling user input, but not impossible, even without CGo or unsafe. |
|