NLnetLabs / simdzone

Fast and standards compliant DNS zone parser
BSD 3-Clause "New" or "Revised" License
68 stars 13 forks source link

Review fix parse of type RRSIG in unknown RR format. #149

Closed wcawijngaards closed 8 months ago

wcawijngaards commented 8 months ago

This fixes the parse of type RRSIG in unknown RR format. It would reject it because the base64 data causes the lengths to mismatch. This fix allows zero length base64 rdata.