From: Alessio Podda Date: Thu, 27 Mar 2025 03:23:47 +0000 (+0000) Subject: fix: dev: Refactor to use list-like macro for message sections X-Git-Tag: v9.21.7~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d14612bb9719453e2bbd7f7b6f274fb95c38ac7;p=thirdparty%2Fbind9.git fix: dev: Refactor to use list-like macro for message sections In the code base it is very common to iterate over all names in a message section and all rdatasets for each name, but various idioms are used for iteration. This commit standardizes them as much as possible to a single idiom, through the macro `MSG_SECTION_FOREACH`, similar to the existing `ISC_LIST_FOREACH`. Merge branch 'alessio/message-namelist-refactor' into 'main' See merge request isc-projects/bind9!10302 --- 1d14612bb9719453e2bbd7f7b6f274fb95c38ac7