Skip to content

🐞 Fix crashes caused by specially-crafted hostnames

Compare
Choose a tag to compare
@cunnie cunnie released this 22 Jan 17:56
· 264 commits to main since this release
de9c846

Bug fix: certain hostnames with embedded IPv4 addresses would cause the server to crash (this was caused by my regular expression thinking they were valid IPs, but net.ParseIP() disagreeing). Now the server doesn't crash; instead it returns no answers (correct behavior).