]> git.pld-linux.org Git - packages/pfstools.git/blob - format-security.patch
- release 6 (by relup.sh)
[packages/pfstools.git] / format-security.patch
1 --- pfstools-1.8.5/src/pfs/pfs.cpp~     2010-07-14 11:44:27.000000000 +0200
2 +++ pfstools-1.8.5/src/pfs/pfs.cpp      2013-04-04 21:50:17.637534986 +0200
3 @@ -525,7 +525,7 @@
4    TagList::const_iterator it;
5    fprintf( out, "%d" PFSEOL, tags->getSize() );
6    for( it = tags->tagsBegin(); it != tags->tagsEnd(); it++ ) {
7 -    fprintf( out, (const char*)(it->c_str()) );
8 +    fprintf( out, "%s", (const char*)(it->c_str()) );
9      fprintf( out, PFSEOL );
10    }
11  }
This page took 0.09099 seconds and 3 git commands to generate.