You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/lanmap/files/lanmap-81-printf-format.patch

12 lines
303 B

--- a/src/misc.c
+++ b/src/misc.c
@@ -58,7 +58,7 @@
linebuf[64] = ' ';
linebuf[56 + j - 1 + (j - 1 > 7) + 1] = '\n';
linebuf[56 + j - 1 + (j - 1 > 7) + 2] = '\0';
- printf(linebuf);
+ printf("%s", linebuf);
#ifdef DEBUG
if (strlen(linebuf) > 73) {
fprintf(stderr, "line too long, wtf?!\n");