Changeset: dd189b4e215e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/dd189b4e215e Modified Files: monetdb5/modules/mal/tablet.c Branch: Jun2020 Log Message:
Initialize `end'. diffs (12 lines): diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c --- a/monetdb5/modules/mal/tablet.c +++ b/monetdb5/modules/mal/tablet.c @@ -1225,7 +1225,7 @@ SQLproducer(void *p) bool blocked[MAXBUFFERS] = { false }; bool ateof[MAXBUFFERS] = { false }; BUN cnt = 0, bufcnt[MAXBUFFERS] = { 0 }; - char *end, *e = NULL, *s = NULL, *base; + char *end = NULL, *e = NULL, *s = NULL, *base; const char *rsep = task->rsep; size_t rseplen = strlen(rsep), partial = 0; char quote = task->quote; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list