Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information