##// END OF EJS Templates
zeroconf: use DNS length field to safely skip unknown record types
Brendan Cully -
r10387:9b87c5f4 default
parent child Browse files
Show More
@@ -560,7 +560,7 b' class DNSIncoming(object):'
560 #
560 #
561 #print "UNKNOWN TYPE = " + str(info[0])
561 #print "UNKNOWN TYPE = " + str(info[0])
562 #raise BadTypeInNameException
562 #raise BadTypeInNameException
563 break
563 self.offset += info[3]
564
564
565 if rec is not None:
565 if rec is not None:
566 self.answers.append(rec)
566 self.answers.append(rec)
General Comments 0
You need to be logged in to leave comments. Login now