mirror of https://github.com/lukechilds/node.git
Browse Source
The method GetAddrInfo() is used by more than just dns.lookup(), and in
those cases a third argument isn't passed. This caused the following
check to abort:
assert(args[3]->IsInt32());
Fixes: 4306786
"net: don't prefer IPv4 addresses during resolution"
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
archived-io.js-v0.10
Trevor Norris
11 years ago
2 changed files with 2 additions and 8 deletions
Loading…
Reference in new issue