]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[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)
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


Trivial merge