[Fedora-directory-commits] ldapserver/ldap/servers/plugins/acl acl.c, 1.10, 1.10.2.1

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Fri Jul 11 17:18:45 UTC 2008


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/acl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8956/servers/plugins/acl

Modified Files:
      Tag: Directory_Server_8_0_Branch
	acl.c 
Log Message:
Resolves: 448831
Summary: Make regex code obey search timelimit.



Index: acl.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/acl/acl.c,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- acl.c	18 Oct 2007 00:08:27 -0000	1.10
+++ acl.c	11 Jul 2008 17:18:42 -0000	1.10.2.1
@@ -3253,7 +3253,7 @@
 	** matching, it seems that step() is leaking 1036 bytes/search	
 	** I couldn't figure out why it's leaking.
 	*/
-	rc = slapd_re_exec( realval );
+	rc = slapd_re_exec( realval, -1 /* no timelimit */ );
 
 	slapd_re_unlock();
 




More information about the Fedora-directory-commits mailing list