]> git.pld-linux.org Git - packages/lirc.git/blame - format-security.patch
- rebuild for kernel-3.6.10-1
[packages/lirc.git] / format-security.patch
CommitLineData
be53673b
JR
1--- lirc-0.9.0/doc/man2html.c~ 2011-03-25 23:28:18.000000000 +0100
2+++ lirc-0.9.0/doc/man2html.c 2012-09-25 14:40:14.082497313 +0200
3@@ -3027,7 +3027,7 @@
4 /*   for mosaic users */
5 printf("<HR>\n<A NAME=\"index\">&nbsp;</A><H2>Index</H2>\n<DL>\n");
6 manidx[mip]=0;
7- printf(manidx);
8+ printf("%s", manidx);
9 if (subs) printf("</DL>\n");
10 printf("</DL>\n");
11 print_sig();
This page took 0.027301 seconds and 4 git commands to generate.