]> git.pld-linux.org Git - packages/fribidi.git/blob - format-security.patch
- release 2 (by relup.sh)
[packages/fribidi.git] / format-security.patch
1 --- fribidi-0.19.5/bin/fribidi-main.c~  2012-12-02 17:25:39.000000000 +0100
2 +++ fribidi-0.19.5/bin/fribidi-main.c   2013-12-04 08:10:07.394884765 +0100
3 @@ -609,7 +609,7 @@
4             }
5  
6             if (*nl_found)
7 -             printf (new_line);
8 +             printf ("%s",new_line);
9           }
10        }
11      }
This page took 0.044288 seconds and 3 git commands to generate.