-
- Downloads
ITS#7694 Fix use of IPv6 with LDAP_CONNECTIONLESS
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
Showing
- libraries/liblber/sockbuf.c 8 additions, 8 deletionslibraries/liblber/sockbuf.c
- libraries/libldap/abandon.c 1 addition, 1 deletionlibraries/libldap/abandon.c
- libraries/libldap/open.c 2 additions, 2 deletionslibraries/libldap/open.c
- libraries/libldap/os-ip.c 2 additions, 2 deletionslibraries/libldap/os-ip.c
- libraries/libldap/request.c 1 addition, 1 deletionlibraries/libldap/request.c
- libraries/libldap/result.c 2 additions, 2 deletionslibraries/libldap/result.c
- libraries/libldap/search.c 1 addition, 1 deletionlibraries/libldap/search.c
Loading
Please register or sign in to comment