Update testsuite output files for GnuTLS version update and fixes.
[exim.git] / src / src / smtp_in.c
index 476bbf0c27787bb7907d6d3906f1fab29c2b990d..23bc5315e8f22978a6809c46bdd113d8af0cc0d8 100644 (file)
@@ -1396,6 +1396,7 @@ smtp_cmd_buffer = (uschar *)malloc(2*smtp_cmd_buffer_size + 2);
 if (smtp_cmd_buffer == NULL)
   log_write(0, LOG_MAIN|LOG_PANIC_DIE,
     "malloc() failed for SMTP command buffer");
+smtp_cmd_buffer[0] = 0;
 smtp_data_buffer = smtp_cmd_buffer + smtp_cmd_buffer_size + 1;
 
 /* For batched input, the protocol setting can be overridden from the