]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Valid TSIG signatures with invalid time cause crash
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 09:40:10 +0000 (09:40 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 09:40:10 +0000 (09:40 +0000)
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

Merge branch '4811-fix-isc_buffer_putuint48-buffer-size-requirement' into 'main'

Closes #4811

See merge request isc-projects/bind9!9234


Trivial merge