miekg / dns

DNS library in Go
https://miek.nl/2014/august/16/go-dns-package
BSD 3-Clause "New" or "Revised" License
7.86k stars 1.12k forks source link

IsDomainName total length check issues #1544

Closed jeffswartzman closed 3 months ago

jeffswartzman commented 3 months ago

The IsDomainName function okays domain names with 2 extra octets. Pull request to follow.

miekg commented 3 months ago

A single oneliner without any details nor references to RFCs isn't exactly outlining a problem.