]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix idle struct addrinfo definition.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 23 Oct 2010 13:50:24 +0000 (07:50 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 23 Oct 2010 13:50:24 +0000 (07:50 -0600)
commit0b067c4b8a4cf13c82c21e4c3e0e9a9950d97c05
treedc67307b6680742c2ce4abefc90a7fb4d28a71ba
parenteb73fe6680706ed5b93a21fee572faf792210d84
Fix idle struct addrinfo definition.

ai_addrlen is defined formally as socklen_t not size_t. This could have
caused problems if the idle version were ever used.

Found during investigation of bug 3057 by "Anonymous".
include/getaddrinfo.h