NLnetLabs / simdzone

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

Make NSD work #176

Closed k0ekk0ek closed 4 months ago

k0ekk0ek commented 4 months ago

Two small changes to make all NSD tests pass. Note that one of the changes is actually to allow for leading zeroes in integers. BIND and Knot (and the current parser in NSD obviously) allow for that. One benefit is that the algorithm to speed up integer deserialization outlined in #25 can be used without further modification (not this release though).