]> git.pld-linux.org Git - packages/bogl.git/blame - format-security.patch
- release 11 (by relup.sh)
[packages/bogl.git] / format-security.patch
CommitLineData
edd96fba
JR
1--- bogl/reduce-font.c.orig 2013-07-14 19:51:19.125683835 +0200
2+++ bogl/reduce-font.c 2013-07-14 19:51:32.319146874 +0200
3@@ -146,7 +146,7 @@
4 else if (strncmp (buf, "STARTCHAR ", 10) == 0)
5 header = 0;
6 else
7- fprintf (stdout, buf);
8+ fprintf (stdout, "%s", buf);
9 }
10
11 if (!header)
This page took 0.077474 seconds and 4 git commands to generate.