]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit7a705a3ea4ed22994e3511ab334bcd81a2730f2b
tree812fa2ae62e79bd68c0250e8db90c114a75a70f0
parent026024a6aedc704ec08a9f76b8504f70f39703e5
parent8def0c3b125bb915f304ce8e2e4ce89c7ffef777
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

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

Closes #4811

See merge request isc-projects/bind9!9234