]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Remove sun_path field from isc_netaddr
authorEvan Hunt <each@isc.org>
Thu, 30 Oct 2025 19:46:50 +0000 (19:46 +0000)
committerEvan Hunt <each@isc.org>
Thu, 30 Oct 2025 19:46:50 +0000 (19:46 +0000)
The `sun_path` field is not used anymore, and consumes over a hundred bytes for every `isc_netaddr_t` object. Remove it.

As `isc_netaddr_t` is used in `cfg_obj_t`, in some huge configuration trees (e.g., a million zones), the gain is almost 1GB of resident memory.

Merge branch 'colin/remove-sun-path' into 'main'

See merge request isc-projects/bind9!11184


Trivial merge