mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
743a9783d5
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 |