]> git.pld-linux.org Git - packages/bogl.git/blob - format-security.patch
- release 11 (by relup.sh)
[packages/bogl.git] / format-security.patch
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.058981 seconds and 3 git commands to generate.