]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Recently expired records could be returned with timestamp in future
authorOndřej Surý <ondrej@isc.org>
Mon, 3 Feb 2025 13:39:39 +0000 (13:39 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 3 Feb 2025 13:39:39 +0000 (13:39 +0000)
Under rare circumstances, the RRSet that expired at the time of
the query could be returned with TTL far in the future.  This
has been fixed.

As a side-effect, the expiration time of expired RRSets are no
longer printed out in the cache dump.

Closes #5094

Merge branch '5094-fix-timestamp-in-ttl' into 'main'

See merge request isc-projects/bind9!10048


Trivial merge