X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..refs/heads/master:/regex/TRE/lib/tre-match-backtrack.c diff --git a/regex/TRE/lib/tre-match-backtrack.c b/regex/TRE/lib/tre-match-backtrack.c index 734f088..a03d1c6 100644 --- a/regex/TRE/lib/tre-match-backtrack.c +++ b/regex/TRE/lib/tre-match-backtrack.c @@ -274,7 +274,7 @@ tre_tnfa_run_backtrack(const tre_tnfa_t *tnfa, const void *string, int num_tags = tnfa->num_tags; int touch = 1; - char *buf; + char *buf = NULL; int tbytes; #ifdef TRE_MBSTATE