From: Kurt Zeilenga Date: Tue, 24 Jun 2003 18:56:36 +0000 (+0000) Subject: zero the saved IDL X-Git-Tag: OPENLDAP_REL_ENG_2_1_22~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d8261973fc42b3209caea9349741f5d1fcdb43;p=thirdparty%2Fopenldap.git zero the saved IDL --- diff --git a/servers/slapd/back-bdb/filterindex.c b/servers/slapd/back-bdb/filterindex.c index b45286c3ca..5340cf2dcf 100644 --- a/servers/slapd/back-bdb/filterindex.c +++ b/servers/slapd/back-bdb/filterindex.c @@ -232,6 +232,7 @@ list_candidates( Debug( LDAP_DEBUG_FILTER, "=> bdb_list_candidates 0x%x\n", ftype, 0, 0 ); #endif for ( f = flist; f != NULL; f = f->f_next ) { + BDB_IDL_ZERO( save ); rc = bdb_filter_candidates( be, f, save, tmp, save+BDB_IDL_UM_SIZE );