Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't overallocate memory in attrs_from_List()
Allocate ``(strlen + 1) * sizeof(char)`` instead of ``(strlen + 1) * sizeof(char*)`` for a ``char[]`` in ``attrs_from_List()``. https://github.com/python-ldap/python-ldap/pull/340 Signed-off-by: Christian Heimes <cheimes@redhat.com>
- Loading branch information