[389-commits] ldap/servers

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Apr 10 20:08:50 UTC 2012


 ldap/servers/slapd/back-ldbm/index.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a50f8c048801dfa50b692055aa7eabd7486a0051
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Apr 10 13:49:26 2012 -0600

    Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
    
    https://fedorahosted.org/389/ticket/336
    Resolves: Ticket #336
    Bug Description: [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
    Reviewed by: nhosoi (Thanks!)
    Branch: master
    Fix Description: previous fix had a typo and failed index tests
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    BZ: 808770

diff --git a/ldap/servers/slapd/back-ldbm/index.c b/ldap/servers/slapd/back-ldbm/index.c
index 0ede6de..da1952e 100644
--- a/ldap/servers/slapd/back-ldbm/index.c
+++ b/ldap/servers/slapd/back-ldbm/index.c
@@ -1496,7 +1496,7 @@ index_range_read_ext(
         if(retry_count == IDL_FETCH_RETRY_COUNT) {
           ldbm_nasty("index_range_read retry count exceeded",1095,*err);
         }
-        if (!idl) {
+        if (!tmp) {
             if (slapi_is_loglevel_set(LDAP_DEBUG_TRACE)) {
                 char encbuf[BUFSIZ];
                 LDAPDebug2Args(LDAP_DEBUG_TRACE,




More information about the 389-commits mailing list