diff options
author | Garrett Rooney <rooneg@apache.org> | 2006-04-27 00:01:52 +0000 |
---|---|---|
committer | Garrett Rooney <rooneg@apache.org> | 2006-04-27 00:01:52 +0000 |
commit | 3c65e8dce729a06091785231670fa6a741db43ce (patch) | |
tree | f4305ba61d57af1a598a4e1707d37f30f628aa04 /CHANGES | |
parent | 26865437452108815307e767e78a2d253a106b6b (diff) | |
download | apr-3c65e8dce729a06091785231670fa6a741db43ce.tar.gz |
Make apr_socket_recvfrom set the port in the from sockaddr.
Submitted by: Anthony Minessale <anthmct@yahoo.com>
PR: 39325
* network_io/win32/sendrecv.c
(apr_socket_recvfrom): Fill in from->port.
* network_io/unix/sendrecv.c
(apr_socket_recvfrom): Ditto.
* network_io/beos/sendrecv.c
(apr_socket_recvfrom): Ditto.
* test/testsockets.c
(sendto_recievefrom): Zero out the port before calling recvfrom, to
confirm that it's filled in.
* CHANGES: Note change.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@397344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes for APR 1.3.0 + *) Make apr_socket_recvfrom initialize the port field in the from + sockaddr. PR 39325 [Anthony Minessale <anthmct yahoo.com>] + *) NetBSD: Avoid leaving zombie process when using apr_signal() to ignore SIGCHLD. PR 36750. [Todd Vierling <tv pobox.com>] |