Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37834050
en ru br
ALT Linux repositórios
S:1.2b-alt5
5.0: 1.2b-alt2
4.1: 1.2b-alt2
4.0: 1.2b-alt2
3.0: 1.2b-alt2

Group :: Arquivamento/Compressão
RPM: unace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 005_format-security.patch
Download


Description: Fix format-security build failures.
Author: Guillem Jover <guillem@hadrons.org>
Origin: vendor
Forwarded: no
---
 unace.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--- a/unace.c
+++ b/unace.c
@@ -265,7 +265,7 @@ INT  open_archive(INT print_err)
       printf("Authenticity Verification:");   // print the AV
       sprintf(av_str, "\ncreated on %d.%d.%d by ",
               ts_day(adat.time_cr), ts_month(adat.time_cr), ts_year(adat.time_cr));
-      printf(av_str);
+      printf("%s", av_str);
       copylen = mhead.AV_SIZE;
       if (copylen > 79)
         copylen = 79;
@@ -566,7 +566,7 @@ int main(INT argc, CHAR * argv[])
    INT show_help,
        arg_cnt = 1;
 
-   printf(version);
+   printf("%s", version);
    show_help=0;
 
    if (argc < 3 || strlen(argv[1]) > 1 || argv[argc-1][0] == '-')
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009