You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error handling of LDAPControl_to_List() (python-ldap#89)
LDAPControls_to_List() may have returned a partly filled list
in case Py_BuildValue() fails.
In case of an error, DECREF the list and return NULL.
python-ldap#89Closes: python-ldap#22
Signed-off-by: Christian Heimes <cheimes@redhat.com>
0 commit comments