Subject: CVS commit: gnusrc/gnu/dist/postfix/src/smtpd
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/15/2001 20:18:52
Module Name:	gnusrc
Committed By:	christos
Date:		Thu Nov 15 18:18:51 UTC 2001

Modified Files:
	gnusrc/gnu/dist/postfix/src/smtpd: smtpd.c

Log Message:
Apply fix from Wietse:

The Postfix SMTP server maintains a record of SMTP conversations
for debugging purposes. Depending on local configuration details
this record is mailed to the postmaster whenever an SMTP session
terminates with errors.

During code maintenance, a stupid error was introduced into the
code due to which the SMTP session log could grow to an unreasonable
size. This stupid error made Postfix vulnerable to a memory
exhaustion attack.


To generate a diff of this commit:
cvs rdiff -r1.1.1.3 -r1.2 gnusrc/gnu/dist/postfix/src/smtpd/smtpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.