resolved: don't choke on NSEC/NSEC3 RRs with no bitmap

This might happen in some cases (empty non-terminals...) and we should
not choke on it.
This commit is contained in:
Lennart Poettering 2015-12-21 19:54:54 +01:00
parent 7d7fa31c62
commit 10b4504002

View file

@ -643,7 +643,6 @@ static int dns_packet_append_types(DnsPacket *p, Bitmap *types, size_t *start) {
int r;
assert(p);
assert(types);
saved_size = p->size;