]> git.sur5r.net Git - openldap/commitdiff
import fix to ITS#5137
authorPierangelo Masarati <ando@openldap.org>
Fri, 14 Sep 2007 23:59:28 +0000 (23:59 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 14 Sep 2007 23:59:28 +0000 (23:59 +0000)
CHANGES
servers/slapd/back-ldap/chain.c

diff --git a/CHANGES b/CHANGES
index d15e1c56edc89d537e0ad7ad69ccbf02def06463..7a5d2b7493d5bcbb275205ea337cbc58237afcdf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,5 +5,6 @@ OpenLDAP 2.4.6 Engineering
        Added slapd ACL sets DN ancestors operator (ITS#4860)
        Fixed slapd ordered values add normalization issue (ITS#5136)
        Fixed slapd-ldap SASL idassert w/o autchId
+       Fixed slapo-chain double-free (ITS#5137)
        Fixed slapo-dynlist entry release (ITS#5135)
        Fixed slapo-rwm modlist handling (ITS#5124)
index 509a65b187cc4093d3ec0f807c8bcb0390688ef9..ebaee37604e019a89046836c93f910d667d487ad 100644 (file)
@@ -726,9 +726,6 @@ cleanup:;
                ldap_memfree( li.li_uri );
                li.li_uri = NULL;
 
-               op->o_tmpfree( op->o_req_dn.bv_val, op->o_tmpmemctx );
-               op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
-
                if ( temporary ) {
                        lip->li_uri = NULL;
                        lip->li_bvuri = NULL;