We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github.com/miekg/dns v1.1.26 fixes CVE-2019-19794 but also introduces a regression due to removal of ErrTruncated which causes the following FTBFS in Consul:
ErrTruncated
src/github.com/hashicorp/consul/agent/dns.go:1592:34: undefined: dns.ErrTruncated
Please consider upgrading github.com/miekg/dns. Thanks.
github.com/miekg/dns
The text was updated successfully, but these errors were encountered:
Thanks, @mkeeler. Did you have to make any changes to agent/dns.go in order to accommodate updated 'miekg/dns` and fix FTBFS?
agent/dns.go
Sorry, something went wrong.
After you created the issue, we updated to a more recent version and made the changes at that point.
Successfully merging a pull request may close this issue.
github.com/miekg/dns v1.1.26 fixes CVE-2019-19794 but also introduces a regression due to removal of
ErrTruncated
which causes the following FTBFS in Consul:Please consider upgrading
github.com/miekg/dns
. Thanks.The text was updated successfully, but these errors were encountered: