Missing NULL pointer init in tap.c
[lttng-tools.git] / tests / utils / tap / tap.c
index 5d64d844cbd3975ac7735e0fa75f837cf858ade1..8bf72f6fcde57dac97fd9673cb0df5efdf9b6b0c 100644 (file)
@@ -296,7 +296,7 @@ int
 skip(unsigned int n, char *fmt, ...)
 {
        va_list ap;
-       char *skip_msg;
+       char *skip_msg = NULL;
 
        LOCK;
 
This page took 0.025339 seconds and 5 git commands to generate.