You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* network_io/win32/sockets.c:
(apr_socket_connect): Copy the remote address by value rather than by
reference. This ensures that the sockaddr object returned by
apr_socket_addr_get is allocated from the same pool as the socket object
itself, as apr_socket_accept does; avoiding any potential lifetime mismatches.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920061 13f79535-47bb-0310-9956-ffa450edef68
0 commit comments