]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolve: validate short RSA DNSKEY blobs
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 27 May 2026 22:16:08 +0000 (23:16 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 May 2026 06:00:51 +0000 (15:00 +0900)
commit004401fd061b222f4ee374263f5fa65d08609fc4
tree42b0f373675a1866acbd80d03d58c758d0af9de8
parent071493c7256675c578161c176965fe19e332d317
resolve: validate short RSA DNSKEY blobs

Reject malformed RSA DNSKEY data before reading the extended exponent
header, and add a regression test.

Co-developed-by: GitHub Copilot (GPT 5.5) <copilot@github.com>
src/resolve/resolved-dns-dnssec.c
src/resolve/test-dnssec.c