« Previous | Next » 

Revision e643fe4c

IDe643fe4c4b79f2683914c6435f7166fc6be9f1a7
Parent 43067864
Child 63a42682

Added by Trevor Norris almost 10 years ago

dns: fix GetAddrInfo assert

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 <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences