From: Howard Chu Date: Thu, 26 Mar 2009 16:58:44 +0000 (+0000) Subject: ITS#6036 zero out freed val X-Git-Tag: ACLCHECK_0~656 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9309eb4b34306030e549f28472c01caaadac5c53;p=openldap ITS#6036 zero out freed val --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 24c9933eb5..85c62249df 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -2814,6 +2814,7 @@ UUIDNormalize( } else { slap_sl_free( normalized->bv_val, ctx ); + BER_BVZERO( normalized ); return LDAP_INVALID_SYNTAX; }