]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: Recently expired records could be returned with timestamp in future
authorOndřej Surý <ondrej@isc.org>
Mon, 3 Feb 2025 15:17:42 +0000 (15:17 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 3 Feb 2025 15:17:42 +0000 (15:17 +0000)
commit4c49d99d560dfaf34e99c92180800641da74ae92
tree5181186ea95806deabb2d494710443f8e1d6a959
parent368315b3c7eac8f04730a9a8a3a63e0103b94c36
parent0c064cfde42456b54006e104ad549fd16e2c6241
[9.18] fix: usr: Recently expired records could be returned with timestamp in future

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

Backport of MR !10048

Merge branch 'backport-5094-fix-timestamp-in-ttl-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10060