mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
silence 'may be used uninitialized' warning. [RT #45139]
This commit is contained in:
@@ -1776,7 +1776,7 @@ dns_sdlzssumatch(const dns_name_t *signer, const dns_name_t *name,
|
||||
char b_type[DNS_RDATATYPE_FORMATSIZE];
|
||||
char b_key[DST_KEY_FORMATSIZE];
|
||||
isc_buffer_t *tkey_token = NULL;
|
||||
isc_region_t token_region;
|
||||
isc_region_t token_region = { NULL, 0 };
|
||||
isc_uint32_t token_len = 0;
|
||||
isc_boolean_t ret;
|
||||
|
||||
|
Reference in New Issue
Block a user