Hi,

On Wed, Feb 04, 2015 at 02:01:58PM -0300, Jorge Luiz Silva Peixoto wrote:
>                  subject,
> -                TLS_USERNAME_LEN);
> +                TLS_USERNAME_LEN-1);

As David has remarked, this is not really easy to understand - better
keep this at 64, and ensure the buffers where it is used are allocated
as 

  char[TLS_USERAME_LEN+1];              /* max len + terminating null byte */

or something like this.

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpCh0NwAKmcF.pgp
Description: PGP signature

Reply via email to