diff options
Diffstat (limited to 'mail/pop3gwd/files/SECURITY')
-rw-r--r-- | mail/pop3gwd/files/SECURITY | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/pop3gwd/files/SECURITY b/mail/pop3gwd/files/SECURITY new file mode 100644 index 000000000000..afe7d01c173d --- /dev/null +++ b/mail/pop3gwd/files/SECURITY @@ -0,0 +1,8 @@ +# $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. |