Imported Upstream version 7.40.0
[platform/upstream/curl.git] / src / tool_writeout.c
index 3c32067..f29d1ac 100644 (file)
@@ -103,7 +103,7 @@ void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
 {
   FILE *stream = stdout;
   const char *ptr = writeinfo;
-  char *stringp;
+  char *stringp = NULL;
   long longinfo;
   double doubleinfo;