merlinthp / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

14a6dec Ticket #47773 - mem leak in do_bind when there is an error

1 file Authored by rmeggins 9 years ago, Committed by nhosoi 9 years ago,
    Ticket #47773 - mem leak in do_bind when there is an error
    
    https://fedorahosted.org/389/ticket/47773
    Reviewed by: nhosoi (Thanks!)
    Branch: 389-ds-base-1.2.11
    Fix Description: Do not get the SLAPI_BIND_TARGET_SDN from the pblock and
    free it in the clean up code if it was never set in the pblock - just free
    the local variable sdn in this case.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 2a57b521b86b24c0f0a8ddfbea4169c71ee4e896)
    (cherry picked from commit c0606d45b91e87e4d0d90dec0812d20a0b23f545)
    (cherry picked from commit 39eab765d9c6552c246bed13903807eca4c96887)
    (cherry picked from commit 0911134c2c6d97243a7f6652a9a861bf7e28d91b)
    (cherry picked from commit 7655ff76c90651d817bfbd70313228c9818ad591)
    
        
file modified
+5 -1