Version: 1.2 File: src/ctrace.c Line: 742 Function: trc_varargs
// This is assigning (void*)0 to a char t->fmt[0] = NULL;
// Should probably be this t->fmt[0] = 0;
Log in to post a comment.