diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-04 13:20:06 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-04 13:20:06 -0500 |
commit | 4efbd5cb39dfa170056532185c724ab2ff545585 (patch) | |
tree | 6fc2f9183259908f20701503b97f6a6ad2dead40 /ChangeLog | |
parent | aff2453df710c872588572a31928cff0e47da5b7 (diff) | |
download | glibc-4efbd5cb39dfa170056532185c724ab2ff545585.tar glibc-4efbd5cb39dfa170056532185c724ab2ff545585.tar.gz glibc-4efbd5cb39dfa170056532185c724ab2ff545585.tar.bz2 glibc-4efbd5cb39dfa170056532185c724ab2ff545585.zip |
Fix aliasing issues in RPC code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-12-04 Ulrich Drepper <drepper@gmail.com> + + * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues. + * sunrpc/clnt_tcp.c (clnttcp_control): Likewise. + * sunrpc/clnt_udp.c (clntudp_call): Likewise. + 2011-12-03 Ulrich Drepper <drepper@gmail.com> * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED, |