]> granicus.if.org Git - pdns/commit
It turns out our use of getaddrinfo in communicator.hh would be returning all address...
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 4 Jan 2017 22:17:55 +0000 (23:17 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 4 Jan 2017 22:17:55 +0000 (23:17 +0100)
commitd259e49648d8e94824fe3fadea188f2441949775
treec8e13279e1dea3d5501cc096cd9e7cd69b94eaa2
parent1746e9bbd0f2f24a58dc755fbb118704b67b0408
It turns out our use of getaddrinfo in communicator.hh would be returning all addresses in triplicate (one for each socket type). See https://bugzilla.mozilla.org/show_bug.cgi?id=223811
We may have filtered this out at a later stage, but it was wrong in any case.
pdns/communicator.hh