From ecce6d9ac4fa63cc7e011c21a033f5b6c54a3995 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 14 Mar 2018 12:43:58 +0000 Subject: Fix heavy-pipeline SMTP command input corruption. Bug 2250 --- test/stderr/0435 | 4 ++-- test/stdout/0435 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/stderr/0435 b/test/stderr/0435 index 1ec601657..ad55c7e8f 100644 --- a/test/stderr/0435 +++ b/test/stderr/0435 @@ -15,8 +15,8 @@ SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< HELO ? LOG: smtp_syntax_error MAIN - SMTP syntax error in "HELO ?" U=CALLER NULL character(s) present (shown as '?') -SMTP>> 501 NULL characters are not allowed in SMTP commands + SMTP syntax error in "HELO ?" U=CALLER NUL character(s) present (shown as '?') +SMTP>> 501 NUL characters are not allowed in SMTP commands SMTP<< quit SMTP>> 221 myhost.test.ex closing connection LOG: smtp_connection MAIN diff --git a/test/stdout/0435 b/test/stdout/0435 index 2b974e2cf..c86a50837 100644 --- a/test/stdout/0435 +++ b/test/stdout/0435 @@ -1,3 +1,3 @@ 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 -501 NULL characters are not allowed in SMTP commands +501 NUL characters are not allowed in SMTP commands 221 myhost.test.ex closing connection -- cgit v1.2.3