mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

ea9afd2 Bug 683250 - slapd crashing when traffic replayed

Authored and Committed by rmeggins 13 years ago
    Bug 683250 - slapd crashing when traffic replayed
    
    https://bugzilla.redhat.com/show_bug.cgi?id=683250
    Resolves: bug 683250
    Bug Description: slapd crashing when traffic replayed
    Reviewed by: nkinder (Thanks!)
    Branch: 389-ds-base-1.2.8
    Fix Description: There was a race condition in the saslbind.c code if multiple
    threads and multiple connections were doing gssapi at the same time, with
    different points of failure.  The solution is to increase the size of the
    mutex section in saslbind.c so that all access of pb->pb_conn are protected.
    Thanks to Jeremy Mates <jmates@uw.edu> for finding this issue and for his
    assistance in testing.
    Platforms tested: RHEL6 x86_64, Fedora 14 i386
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 2c8637c242ace8a7d61474913c861e336a7809cd)
    
        
file modified
+16 -15