From 499e99527aee477718267c91ddf108761fcce189 Mon Sep 17 00:00:00 2001 From: Arjun Date: Tue, 25 Jun 2024 14:51:30 +0530 Subject: [PATCH] conf: add %Z to resolve oss-fuzz issue 69758 use-of-uninitialized-value Signed-off-by: Arjun --- src/nxt_tstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nxt_tstr.c b/src/nxt_tstr.c index fde4822d0..6f39cff28 100644 --- a/src/nxt_tstr.c +++ b/src/nxt_tstr.c @@ -159,7 +159,7 @@ nxt_tstr_test(nxt_tstr_state_t *state, nxt_str_t *str, u_char *error) #else nxt_sprintf(error, error + NXT_MAX_ERROR_STR, "Unit is built without support of njs: " - "\"--njs\" ./configure option is missing."); + "\"--njs\" ./configure option is missing.%Z"); return NXT_ERROR; #endif