Browse Source

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
Rich Megginson 13 years ago
parent
commit
a50f8c0488
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/back-ldbm/index.c

+ 1 - 1
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,