]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Post [CVE-2024-12705] Performance Drop Fixes
authorArtem Boldariev <artem@isc.org>
Wed, 19 Feb 2025 16:39:36 +0000 (16:39 +0000)
committerArtem Boldariev <artem@isc.org>
Wed, 19 Feb 2025 16:39:36 +0000 (16:39 +0000)
commit3033d127d2fa57de8b3907d90108ef0c007da85a
tree8d93b2453ea9d0f8fdd1e5914dbdac687b0e9171
parent67255da4b376f65138b299dcd5eb6a3b7f9735a9
parent2adabe835a290c021948a43a4c2c25ce2806aef2
fix: dev: Post [CVE-2024-12705] Performance Drop Fixes

This merge request fixes a [performance drop](https://gitlab.isc.org/isc-projects/bind9/-/pipelines/216728) after merging the fixes for #4795, in particular in 9.18.

The MR [fixes the problem](https://gitlab.isc.org/isc-projects/bind9/-/pipelines/219825) without affecting performance for the newer versions, in particular for [the development version](https://gitlab.isc.org/isc-projects/bind9/-/pipelines/220619).

Merge branch 'artem-doh-performance-drop' into 'main'

See merge request isc-projects/bind9!10109