Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrange
1415 days ago
They're not unsafe (in the memory sense) as long as they check for overflow and reliably crash if there is one.
1 comments
naasking
1415 days ago
If a lot of platforms don't implement this check reliably, then it's unsafe in practice at this time, even if not in theory.
link
astrange
1414 days ago
Who out there has a version of stack checking that doesn't actually check the stack� If it doesn't check by default, as C doesn't, then it's not "as long as".
link