From: Howard Chu Date: Fri, 11 Jul 2014 19:38:16 +0000 (-0700) Subject: ITS#7859 more for revert X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3102cbbd556e7325264e51d96cf752ae83465c95;p=openldap ITS#7859 more for revert --- diff --git a/libraries/libldap/ldif.c b/libraries/libldap/ldif.c index d8aa28ae8c..a0b8cfc6ca 100644 --- a/libraries/libldap/ldif.c +++ b/libraries/libldap/ldif.c @@ -819,7 +819,7 @@ ldif_read_record( char **bufp, /* ptr to malloced output buffer */ int *buflenp ) /* ptr to length of *bufp */ { - char line[LDIF_MAXLINE+2], *nbufp; + char line[LDIF_MAXLINE], *nbufp; ber_len_t lcur = 0, len; int last_ch = '\n', found_entry = 0, stop, top_comment = 0;