Hacker News new | ask | show | jobs
by KekDemaga 3190 days ago
>A desktop app would not have suffered from such errors, by construction. The web is not a good tool.

While you are correct it would not of suffered from this particular vulnerability, a improperly utilized malloc for example could have similar if not more disastrous effects and would be exploitable under the same threat model. Yet I wouldn't call it a bad tool, just a tool used by an inexperienced carpenter.

1 comments

Yes, but modern desktop apps tend to be written in GCd and bounds checked languages.