Blame SOURCES/expect-5.45-format-security.patch

261060
--- exp_clib.c.orig	2017-03-24 10:34:37.269183513 -0400
261060
+++ exp_clib.c	2017-03-24 10:34:41.171117943 -0400
261060
@@ -1938,8 +1938,8 @@
261060
      char *str;
261060
 {
261060
   if (exp_is_debugging) {
261060
-    fprintf(stderr,str);
261060
-    if (exp_logfile) fprintf(exp_logfile,str);
261060
+    fprintf(stderr, "%s", str);
261060
+    if (exp_logfile) fprintf(exp_logfile, "%s", str);
261060
   }
261060
 }
261060