]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Fix possible truncation in dns_keymgr_status()
authorMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 09:40:05 +0000 (09:40 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 09:40:05 +0000 (09:40 +0000)
commiteec0aaa391efc15ea566bdbc316c196d883f406b
tree356cc1e2609cacdb94a14ad3639a42cbc10aac38
parente57ebb8f1b466dc96ed16ee44a4c5a2148092db7
parent7ae7851173649ac8921e6c5fe356ac576d1bea2f
fix: dev: Fix possible truncation in dns_keymgr_status()

If the generated status output exceeds 4096 it was silently truncated, now we output that the status was truncated.

Closes #4180

Merge branch '4180-possible-truncation-in-dns_keymgr_status' into 'main'

See merge request isc-projects/bind9!9905