db-move: moved evolution-ews from [testing] to [extra] (x86_64)
[arch-packages.git] / expect / trunk / expect-5.45-format-security.patch
blob24bd35386e44b68d67a711adc2db22480543bfc1
1 --- exp_clib.c.orig 2017-03-24 10:34:37.269183513 -0400
2 +++ exp_clib.c 2017-03-24 10:34:41.171117943 -0400
3 @@ -1938,8 +1938,8 @@
4 char *str;
6 if (exp_is_debugging) {
7 - fprintf(stderr,str);
8 - if (exp_logfile) fprintf(exp_logfile,str);
9 + fprintf(stderr, "%s", str);
10 + if (exp_logfile) fprintf(exp_logfile, "%s", str);