Merged! Mathieu Desnoyers: > Could lead to free() of unitialized pointer. > > Signed-off-by: Mathieu Desnoyers <[email protected]> > --- > diff --git a/tests/utils/tap/tap.c b/tests/utils/tap/tap.c > index a430951..86c89a2 100644 > --- a/tests/utils/tap/tap.c > +++ b/tests/utils/tap/tap.c > @@ -294,7 +294,7 @@ int > skip(unsigned int n, char *fmt, ...) > { > va_list ap; > - char *skip_msg; > + char *skip_msg = NULL; > > LOCK; >
_______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
