https://bugs.openldap.org/show_bug.cgi?id=10450
--- Comment #6 from Howard Chu <[email protected]> --- (In reply to KY from comment #5) > diff --git a/servers/slapd/filter.c b/servers/slapd/filter.c > index 18970a4..bd94643 100644 > --- a/servers/slapd/filter.c > +++ b/servers/slapd/filter.c > @@ -342,6 +344,7 @@ get_filter_list( Operation *op, BerElement *ber, > char *last; > > Debug( LDAP_DEBUG_FILTER, "begin get_filter_list\n" ); > + *f = NULL; > new = f; > for ( tag = ber_first_element( ber, &len, &last ); > tag != LBER_DEFAULT; Added, thanks. -- You are receiving this mail because: You are on the CC list for the issue.
