[stunnel-users] STRLEN in common.h may be too small
Hans Werner Strube
strube at physik3.gwdg.de
Tue May 25 17:19:14 CEST 2010
In common.h of stunnel-4.x, the parameter STRLEN (used for many buffers)
is set to 256. This is insufficient in some cases, e.g., the CAPABILITY
response of an IMAP server or the pathname of a file may be too long,
resulting in errors. If you encounter such cases (e.g., messages
"Input line too long"), increase STRLEN, e.g., to 512.
More information about the stunnel-users
mailing list