Vulnerability Development mailing list archives

Re: Secure coding in C (was Re: Administrivia #4883)


From: marc () MUCOM CO IL (Marc Esipovich)
Date: Fri, 21 Jan 2000 06:56:40 -0200


Don't rely on your libc, ever, especially when writing a 'secure' portable
program,  take the needed functions from OpenBSD's libc source tree, I trust them ;)

Or better yet, where using str[n]cpy and the like, use strlcpy, also from
the OpenBSD guys ;)

When writing anything, which is supposed to be remotely 'secure' don't
rely on anything or any one.

[Moderator, it's time to kill this annoying thread]

        Marc Esipovich.

---
root is only a few clicks away...



Current thread: