missing format string in applets/usage_pod.c

waldeck at gmx.de waldeck at gmx.de
Thu Aug 14 12:36:18 UTC 2014


Hi,

depending on the compilation options a build could fail here:

--- applets/usage_pod.c.orig    2014-08-14 08:27:47.021201252 -0400
+++ applets/usage_pod.c 2014-08-14 08:16:20.685224466 -0400
@@ -71,7 +71,7 @@
                } else {
                        printf(", ");
                }
-               printf(usage_array[i].aname);
+               printf("%s", usage_array[i].aname);
                col += len2;
        }
        printf("\n\n");

Thanks

Markus


More information about the busybox mailing list