]> git.ipfire.org Git - thirdparty/pdns.git/commit
remove d_record idea from DNSPacketWriter: write the packet directly now. Solves...
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 26 Aug 2016 21:11:48 +0000 (23:11 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 27 Aug 2016 12:15:55 +0000 (14:15 +0200)
commite636cab291ad76131abf453cf90d410e09d27b1e
tree783603a07c629a8fec486cbab6800130673fd6ab
parentfea4599ab2048d2e717f9419e27e157ca31f32aa
remove d_record idea from DNSPacketWriter: write the packet directly now. Solves SOA-inter record compression bug. Still left to do: add check for names with more labels than we are prepared to handle. Plus handle that case.
pdns/dnsparser.hh
pdns/dnswriter.cc
pdns/dnswriter.hh