]> git.sur5r.net Git - openldap/commitdiff
ITS#5820
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 21 Nov 2008 01:31:23 +0000 (01:31 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 21 Nov 2008 01:31:23 +0000 (01:31 +0000)
CHANGES
servers/slapd/slapacl.c

diff --git a/CHANGES b/CHANGES
index 260d85c02c2afa652565809259944a5b4cf7da6d..ee489394b21b88e0f7a8f5f7783aebefdf90680e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ OpenLDAP 2.4.13 Release (2008/11/20)
        Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789)
        Fixed libldap MAXHOSTNAMELEN typo (ITS#5815)
        Fixed libldap Ipv6 detection (ITS#5739)
+       Fixed slapacl crasher (ITS#5820)
        Fixed slapd acl checks on ADD (ITS#4556,ITS#5723)
        Fixed slapd acl application to newly created backends (ITS#5572)
        Added slapd keyword add_content_acl for add checks (ITS#4556,ITS#5723)
index c0a06e279c2a980c833ccca40b767952a1171b70..a7cf5315094013bc4b0ef36584781181acac1401 100644 (file)
@@ -98,6 +98,7 @@ slapacl( int argc, char **argv )
 
        connection_fake_init( &conn, &opbuf, &conn );
        op = &opbuf.ob_op;
+       op->o_tmpmemctx = NULL;
 
        conn.c_listener = &listener;
        conn.c_listener_url = listener_url;