]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Disable own memory context for libxml2 on macOS
authorOndřej Surý <ondrej@isc.org>
Fri, 18 Apr 2025 20:04:25 +0000 (20:04 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 18 Apr 2025 20:04:25 +0000 (20:04 +0000)
Apple broke custom memory allocation functions in the system-wide libxml2 starting with macOS Sequoia 15.4.  Usage of the custom memory allocation functions has been disabled on macOS.

Closes #5268

Backport of MR !10374

Merge branch 'backport-5268-disable-libxml2-memory-management-on-macos-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10411


Trivial merge