Hacker News new | ask | show | jobs
by sigjuice 2794 days ago
> Copy-paste programming in core networking code...

There is nothing special about core networking code.

2 comments

Other than being highly security sensitive, written in a language without any regard for security.
My thought specifically was that "core networking code" is code that handles untrusted, unsolicited data potentially from the entire world, written in C, with special performance requirements that gives programmers a license to eliminate redundant bounds checks wherever possible..