Changeset: 1a60f8900903 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1a60f8900903 Modified Files: monetdb5/modules/mal/pcre.c Branch: Jan2022 Log Message:
Backported changeset 53e0a12cb439 into Jan2022 diffs (12 lines): diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c --- a/monetdb5/modules/mal/pcre.c +++ b/monetdb5/modules/mal/pcre.c @@ -1572,7 +1572,7 @@ BATPCRElike_imp(Client cntxt, MalBlkPtr str msg = MAL_SUCCEED; BAT *b = NULL, *pbn = NULL, *bn = NULL; char *ppat = NULL; - const char *input; + const char *input = NULL; bool use_re = false, use_strcmp = false, empty = false, isensitive = (bool) *isens, anti = (bool) *not, has_nil = false, input_is_a_bat = isaBatType(getArgType(mb, pci, 1)), pattern_is_a_bat = isaBatType(getArgType(mb, pci, 2)); bat *r = getArgReference_bat(stk, pci, 0); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list