[Freewnn-users 101] Re: -Werror=format-security でビルド失敗

Back to archive index

藤原 誠/ Makoto Fujiwara makot****@ki*****
2012年 5月 31日 (木) 17:34:32 JST


>                                                    藤原 誠
こんなものではどうでしょうか ?

"%s" を加えただけです :-)
---
(藤原)

--- Wnn/jutil/wddel.c.orig	2002-05-13 07:51:17.000000000 +0900
+++ Wnn/jutil/wddel.c	2012-05-31 17:29:49.000000000 +0900
@@ -95,7 +95,7 @@
 static void
 err ()
 {
-  printf ((char *) wnn_perror ());
+  printf ("%s", (char *) wnn_perror ());
   printf ("\n bye.\n");
   exit (1);
 }


--- Wnn/jutil/wdreg.c.orig	2002-05-13 07:51:17.000000000 +0900
+++ Wnn/jutil/wdreg.c	2012-05-31 17:32:20.000000000 +0900
@@ -95,7 +95,7 @@
 static void
 err ()
 {
-  printf ((char *) wnn_perror ());
+  printf ("%s", (char *) wnn_perror ());
   printf ("\n bye.\n");
   exit (1);
 }




freewnn-users メーリングリストの案内
Back to archive index