]> git.sesse.net Git - vlc/commit
vlc_getaddrinfo: do not copy hints
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 19 Aug 2012 13:41:15 +0000 (16:41 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 19 Aug 2012 13:47:01 +0000 (16:47 +0300)
commit42961acae035e0f5f9b86cdcad5fe18fb4af0ce3
treec8592f4aaff7480dcb6fccb58c8e4d5ece4488ec
parent7b9e62c25758e4774bb5d89bd41a42685ae79f5a
vlc_getaddrinfo: do not copy hints

The layout of struct addrinfo is variable (notably because of RFC5014),
so copying hints is brittle.
src/network/getaddrinfo.c