oliveiradan / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

938046c Bug 750625 - Fix Coverity (11064) Dereference before null check

Authored and Committed by Noriko Hosoi 12 years ago
    Bug 750625 - Fix Coverity (11064) Dereference before null check
    
    https://bugzilla.redhat.com/show_bug.cgi?id=750625
    
    slapd/pw_retry.c (get_entry)
    
    Bug Description: Dereferencing pointer "pb" before a null check.
    
    Fix Description: Check if "pb" is NULL or not first.  If NULL,
    goto bail.