From 0a6d797cf6eb751d7eb613900cd19803e05d905f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 18 Oct 2024 06:52:55 -0700 Subject: unbound: Vendor import 1.20.0 Release notes at https://nlnetlabs.nl/news/2024/Oct/17/unbound-1.22.0-released/ --- services/modstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/modstack.c') diff --git a/services/modstack.c b/services/modstack.c index 6c8af0505b69..fa68cc71d2ff 100644 --- a/services/modstack.c +++ b/services/modstack.c @@ -265,7 +265,7 @@ modstack_call_init(struct module_stack* stack, const char* module_conf, int i, changed = 0; env->need_to_validate = 0; /* set by module init below */ for(i=0; inum; i++) { - while(*module_conf && isspace(*module_conf)) + while(*module_conf && isspace((unsigned char)*module_conf)) module_conf++; if(strncmp(stack->mod[i]->name, module_conf, strlen(stack->mod[i]->name))) { -- cgit v1.3