mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-03 20:21:24 -06:00
35f44a1aeb
The man page for qsort(3) says that the comparison function is called with pointers to pointers to char but memcmp(3) wants a pointer to void so we need to cast and dereference. Without this the qsort() call wasn't properly sorting the elements so a random password was being removed rather than the oldest when the list overflowed. https://fedorahosted.org/freeipa/ticket/2613 |
||
---|---|---|
.. | ||
ipa_krb5.c | ||
ipa_krb5.h | ||
ipa_pwd.c | ||
ipa_pwd.h |