Hacker News new | ask | show | jobs
by vtsrh 3990 days ago
Keep the old code, instead just start using it for new one.
1 comments

Most projects still written in C are those that make extensive use of C libraries. Making the application code immune doesn't actually reduce the vulnerability surface much - much of the vulnerability comes in the libraries the application calls.
Use it for new code. Libraries are written too.
Libraries are usually older than the applications that use them. New libraries can be, and often are, written in new languages.
https://news.ycombinator.com/item?id=9885478

Looks like you hit an infinite loop. Better luck next time.