be8168529b
It appears to have been heavily audited (at least as far as string format paranoia goes, and optimizes: snprintf() -> strlcpy()). PR: 22123 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> Obtained from: OpenBSD
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
# $OpenBSD: SECURITY,v 1.1.1.1 2000/01/03 02:22:42 kevlo Exp $
|
|
|
|
ianm@cit.nepean.uws.edu.au 1999/12/29.
|
|
|
|
Makes good use of snprintf.
|
|
|
|
Made use of strncpy. I've converted them all to
|
|
strlcpy for some performance improvements.
|