Skip to content

Commit

Permalink
conf: add %Z to resolve oss-fuzz issue 69758 use-of-uninitialized-value
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun <pkillarjun@protonmail.com>
  • Loading branch information
pkillarjun committed Jun 25, 2024
1 parent c6270fe commit 499e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nxt_tstr.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 499e995

Please sign in to comment.