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

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