NLnetLabs / simdzone

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

Fix the nsec3param type parse #199

Closed wcawijngaards closed 2 months ago

wcawijngaards commented 2 months ago

Fixes the type parse of 'nsec3param', the uppercase letter mask was too short in the fallback parse type parse functions.

Fix #198.