]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix stdc_count_zeros/stdc_count_ones polyfill mismatch
authorAlessio Podda <alessio@isc.org>
Tue, 2 Jun 2026 09:01:21 +0000 (09:01 +0000)
committerAlessio Podda <alessio@isc.org>
Tue, 2 Jun 2026 09:01:21 +0000 (09:01 +0000)
A previous commit introduced a latent bug where the wrong popcount
definition was used when overriding the compilation mode to C23.
This MR fixes it.

Closes #6055

Merge branch '6055-qp-polyfill-fix' into 'main'

See merge request isc-projects/bind9!12165


Trivial merge