]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Valid TSIG signatures with invalid time cause crash
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:11:47 +0000 (11:11 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:11:47 +0000 (11:11 +0000)
commit2438db2eae8baf084615aff3b210ea51cd2f1fe1
tree8969273fb71c6b772cc0c7c92bf2dd1d314b104f
parent4f369af51ede0e5ac7b3a14c451c5a41350a61cc
parentac170e8c5b14709811324f628a92deaef7d0660a
[9.20] fix: usr: Valid TSIG signatures with invalid time cause crash

An assertion failure triggers when the TSIG has valid cryptographic signature, but the time is invalid. This can happen when the times between the primary and secondary servers are not synchronised.

Closes #4811

Backport of MR !9234

Merge branch 'backport-4811-fix-isc_buffer_putuint48-buffer-size-requirement-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9245