]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
import fix to ITS#5137
authorPierangelo Masarati <ando@openldap.org>
Sat, 15 Sep 2007 00:00:56 +0000 (00:00 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 15 Sep 2007 00:00:56 +0000 (00:00 +0000)
CHANGES
servers/slapd/back-ldap/chain.c

diff --git a/CHANGES b/CHANGES
index 9a068fda52ffc6f1b7453eb62af9fd37d739fec9..9a6c2079420cf9dbc9ad979cb90b94abc6583531 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ OpenLDAP 2.3.39 Engineering
        Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
        Fixed slapd-ldap SASL idassert w/o autchId
        Fixed slapd-sql concurrency issue (ITS#5095)
+       Fixed slapo-chain double-free (ITS#5137)
        Fixed slapo-pcache and -rwm interaction fix (ITS#4991) 
        Fixed slapo-rwm modlist handling (ITS#5124)
        Fixed liblber Windows x64 portability (ITS#5105)
index 8301278e0e76d09dcc26681c97008d32682854dd..72eedadb297382fc4508b9169a8a261f13040a21 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;