Closed cketti closed 7 months ago
Thanks, much appreciated. Looks good to me.
And this looks like a candidate for the stable 1.0 branch. Could you change this PR so that it targets the 1.0 branch? This probably requires that you cherry-pick your commit on top of the 1.0 branch.
Done. I also fixed the checkstyle error.
Fix included in MiniDNS 1.0.5. Thanks for your contribution.
Thank you! :heart:
Using
DnssecResolverApi.INSTANCE
to resolvetechnikum-wien.at
throws aNullPointerException
. This is caused by theDNSKEY
class not being able to handle unknown/unsupported algorithm bytes.Stacktrace (MiniDNS 1.0.4):
See https://github.com/thunderbird/thunderbird-android/issues/7739
The rest of the code seems to cope fine with
DNSKEY.algorithm
beingnull
. With this change applied the name can be resolved without an exception.