Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 1996 11:36:04 -0800 (PST)
From:      Wolfram Schneider <wosch>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/mail/popclient/patches patch-ac
Message-ID:  <199611171936.LAA10949@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611171936.LAA10949>