add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, the
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 17:03:42 +0000 (17:03 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 17:03:42 +0000 (17:03 +0000)
commit351a2600091c1758c07f59e925e0bed534d269fd
tree329c686849cb208ef5f521eb0f595ba3434efcc5
parentb17801d2af9988fab598d3cb04897f3eaff7ecc1
add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, the
truncation would lead to a failure later in the code path but we can fail
earlier with a nice enhanced status code
usr.sbin/smtpd/smtp_session.c