]> git.pld-linux.org Git - packages/ctags.git/blob - format-security.patch
- rel 5; add fixes and improvements from FC
[packages/ctags.git] / format-security.patch
1 --- ctags-5.8/lregex.c~ 2007-09-10 04:36:48.000000000 +0200
2 +++ ctags-5.8/lregex.c  2012-12-12 12:48:02.020612120 +0100
3 @@ -408,7 +408,7 @@
4                 const char* regexfile = parameter + 1;
5                 FILE* const fp = fopen (regexfile, "r");
6                 if (fp == NULL)
7 -                       error (WARNING | PERROR, regexfile);
8 +                       error (WARNING | PERROR, "%s", regexfile);
9                 else
10                 {
11                         vString* const regex = vStringNew ();
This page took 0.063129 seconds and 3 git commands to generate.