From: Evan Hunt Date: Thu, 30 Oct 2025 22:54:49 +0000 (+0000) Subject: fix: dev: Reduce the size of cfg_obj_t X-Git-Tag: v9.21.15~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6451b08f4706e7003133aa9d366ed36a6568475b;p=thirdparty%2Fbind9.git fix: dev: Reduce the size of cfg_obj_t Instead of having `isc_sockaddr`, `isc_netaddr`, and `isccfg_duration` members in the `cfg_obj->value` union, we now just keep pointers to them, and allocate memory when parsing these types. This reduces the size of `cfg_obj_t` from 112 bytes to 72. Merge branch 'each-refactor-cfg-obj' into 'main' See merge request isc-projects/bind9!11186 --- 6451b08f4706e7003133aa9d366ed36a6568475b