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
When using LDAPObject.search_ext and passing iterables via the attrlist argument the call can fail with a segmentation fault or other types of memory errors.
Issue description:
When using LDAPObject.search_ext and passing iterables via the
attrlist
argument the call can fail with a segmentation fault or other types of memory errors.Steps to reproduce:
With a locally running slapd:
This may result in
or
or another memory related program abortion.
Operating system:
Python version:
Tested with 3.7, 3.10, 3.11
python-ldap version:
3.4.4 and latest (ac5d051)
See #555
The text was updated successfully, but these errors were encountered: