Hello, reproduced upstream. Here is a version of the patch that actually applies: diff --git a/pdns/resolver.cc b/pdns/resolver.cc index d3fc8ae..4263465 100644 --- a/pdns/resolver.cc +++ b/pdns/resolver.cc @@ -185,6 +185,8 @@ static int parseResult(MOADNSParser& mdp, const std::string& origQname, uint16_t rr.priority = atoi(parts[0].c_str()); if(parts.size() > 1) rr.content=parts[1]; + else + rr.content="."; } else if(rr.qtype.getCode() == QType::SRV) { rr.priority = atoi(rr.content.c_str()); vector<pair<string::size_type, string::size_type> > fields;
This patch will go into upstream SVN shortly. Kind regards, Peter van Dijk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org