]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Unterminated OpenSSL private-key `Label:` field can be read past its parser...
authorMark Andrews <marka@isc.org>
Thu, 16 Jul 2026 20:07:48 +0000 (06:07 +1000)
committerMark Andrews <marka@isc.org>
Thu, 16 Jul 2026 20:07:48 +0000 (06:07 +1000)
Check that the string encoded in the Label: field of the .private
file of a key pair is NUL terminated and the correct length.  Reject
the .private file if it is not.

Closes #6193

Merge branch '6193-check-that-label-is-nul-terminated' into 'main'

See merge request isc-projects/bind9!12364


Trivial merge