From: Colin Vidal Date: Fri, 28 Nov 2025 12:45:06 +0000 (+0100) Subject: fix: dev: Fix uninitialized pointer check on getipandkeylist X-Git-Tag: v9.21.16~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2d690d98513dbf9512beabd100e91e4cb045e7;p=thirdparty%2Fbind9.git fix: dev: Fix uninitialized pointer check on getipandkeylist Function `named_config_getipandkeylist` could, in case of error in the early code attempting to get the `port` or `tls-port`, make a pointer check on a non-initialized value. This is now fixed. Merge branch 'colin/getipandkeylist-uinitstate' into 'main' See merge request isc-projects/bind9!11303 --- dd2d690d98513dbf9512beabd100e91e4cb045e7