From owner-cvs-ports Sun Nov 17 11:36:29 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA11111 for cvs-ports-outgoing; Sun, 17 Nov 1996 11:36:29 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA10949; Sun, 17 Nov 1996 11:36:04 -0800 (PST) Date: Sun, 17 Nov 1996 11:36:04 -0800 (PST) From: Wolfram Schneider Message-Id: <199611171936.LAA10949@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/popclient/patches patch-ac Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/17 11:36:03 Added: mail/popclient/patches patch-ac Log: buffer overflow problem fixed which cause the following error message: reading message 1.. flushing message 1 SockInternalRead: read: Bad file descriptor The problem occurs if popclient tried to read a line which was 1024 chars long. Sendmail insert a newline after after 1023 chars (even if char 1024 is a newline), so you never get mails with lines longer than 1024 chars.