Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37790510
en ru br
ALT Linux repositórios
S:3.4-alt9
5.0: 3.4-alt1
4.1: 3.4-alt1
4.0: 3.4-alt1
3.0: 3.2-alt1

Group :: Arquivamento/Backup
RPM: pax

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: pax-3.4-rdtruncate.patch
Download


--- pax-3.4/src/tar.c.rdtruncate	2007-07-13 15:33:05.000000000 +0200
+++ pax-3.4/src/tar.c	2007-07-13 15:34:23.000000000 +0200
@@ -821,7 +821,7 @@ ustar_rd (ARCHD *arcn, char *buf)
   if (gnu_hack_string)
     {
       arcn->nlen = cnt + strlcpy (dest, gnu_hack_string,
-				  MIN(TNMSZ+1, sizeof (arcn->name) - cnt));
+				  sizeof (arcn->name) - cnt);
       free(gnu_hack_string);
       gnu_hack_string = NULL;
     } else
 
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