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

Fix possible out-of-bounds read in endingToTxtSlice #1557

Closed janik-cloudflare closed 3 weeks ago

janik-cloudflare commented 2 months ago

Also, reorganize the function a bit to make it more readable. Details here: https://github.com/miekg/dns/pull/1540#issuecomment-2065854334 (and in the commit messages)

catenacyber commented 2 weeks ago

Seems fixed indeed :-)