NLnetLabs / simdzone

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

Make octets member in name constant #129

Closed k0ekk0ek closed 7 months ago

k0ekk0ek commented 7 months ago

What it says on the tin. The zone_name_t is used to communicate a domain name as a vector of octets that is not guaranteed to be padded, it must not be modified.