]> git.kaiwu.me - nginx.git/commit
Mail: added a check for the number of arguments in MAIL/RCPT.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 21 May 2014 17:56:20 +0000 (21:56 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 21 May 2014 17:56:20 +0000 (21:56 +0400)
commitca02a1020c41cc771d4ed6f854213edf594b4480
treefb4f2a50f9d4253686577075a4c9a244f651c684
parent493b898ae94ae7dd390d77c42f5500974be48393
Mail: added a check for the number of arguments in MAIL/RCPT.

Missed during introduction of the SMTP pipelining support (04e43d03e153,
1.5.6).  Previously, the check wasn't needed as s->buffer was used directly
and the number of arguments didn't matter.

Reported by Svyatoslav Nikolsky.
src/mail/ngx_mail_smtp_handler.c