Hacker News new | ask | show | jobs
by Hedepig 955 days ago
Does it not provide some protection against a buffer overflow?
1 comments

Indirectly, e.g. by ensuring that you can't modify an array while iterating over it. That sort of thing.