1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-02-26 18:35:02 -06:00
Colin Watson eb74369b24 Fix strict-aliasing warnings in sk_tcp_peer_info.
GCC 6 emits strict-aliasing warnings here, so use the existing
sockaddr_union arrangements to avoid those.  As a prerequisite for being
able to express sk_tcp_peer_info in terms of sockaddr_union, I fixed up
the union elements to be a bit less odd in the NO_IPV6 case.

(cherry picked from commit c026b48c537250ac03573845ff9da6fd9f45776d)
2016-02-29 19:59:36 +00:00
..
2016-02-29 19:59:34 +00:00
2015-10-17 17:35:15 +01:00