82625eb Bug 603942 - null deref in _ger_parse_control() for subjectdn

Authored and Committed by rmeggins 13 years ago
    Bug 603942 - null deref in _ger_parse_control() for subjectdn
    
    https://bugzilla.redhat.com/show_bug.cgi?id=603942
    Resolves: bug 603942
    Bug Description:  null deref in _ger_parse_control() for subjectdn
    Reviewed by: nkinder (Thanks!)
    Branch: Directory_Server_8_2_Branch
    Fix Description: Needed to pass &orig to ber_scanf 'a' instead of orig.  Also,check for NULL before doing strlen(orig).
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no