From: Quanah Gibson-Mount Date: Fri, 21 Nov 2008 01:31:23 +0000 (+0000) Subject: ITS#5820 X-Git-Tag: OPENLDAP_REL_ENG_2_4_13~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8423a07e71c89a4cfd1671fd43ffec293ed7191f;p=openldap ITS#5820 --- diff --git a/CHANGES b/CHANGES index 260d85c02c..ee489394b2 100644 --- 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) diff --git a/servers/slapd/slapacl.c b/servers/slapd/slapacl.c index c0a06e279c..a7cf531509 100644 --- a/servers/slapd/slapacl.c +++ b/servers/slapd/slapacl.c @@ -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;