mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
LDAP_CONNECTIONLESS code assumed that the size of an peer address is equal to or smaller than sizeof (struct sockaddr). Fix to use struct sockaddr_storage instead which is intended for this purpose. Use getnameinfo() where appropriate so we don't assume anything about the contents of struct sockaddr |
||
|---|---|---|
| .. | ||
| assert.c | ||
| bprint.c | ||
| debug.c | ||
| decode.c | ||
| dtest.c | ||
| encode.c | ||
| etest.c | ||
| idtest.c | ||
| io.c | ||
| lber-int.h | ||
| Makefile.in | ||
| memory.c | ||
| nt_err.c | ||
| options.c | ||
| sockbuf.c | ||
| stdio.c | ||