NLnetLabs / simdzone

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

Review fix for check_nsec wrong block length. #150

Closed wcawijngaards closed 8 months ago

wcawijngaards commented 8 months ago

This fixes the parse of type NSEC in unknown RR syntax. The type window was not moved correctly, the fix adjusts the block length that the code uses.