]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commit51e51d5ea8f834c4f95e6712669343017edced5d
tree1d0c15bf57fded3e5d98c2577f32a5d27b370deb
parent4360797308dda4894445841422b835bb8dee1529
parent9ac22fb152254baff9bd0b838013f306341a289b
[9.20] fix: usr: Disable own memory context for libxml2 on macOS

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