[BusyBox 0000849]: tar -p does not use user and group names

bugs at busybox.net bugs at busybox.net
Thu Feb 14 20:38:11 UTC 2008


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=849 
====================================================================== 
Reported By:                ncopa
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   849
Category:                   Other
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             04-25-2006 05:39 PDT
Last Modified:              02-14-2008 12:38 PST
====================================================================== 
Summary:                    tar -p does not use user and group names
Description: 
tar -p will use the uid and gid recorded in tar file even if the user and
group names exists on system
====================================================================== 

---------------------------------------------------------------------- 
 vda - 02-14-08 12:34  
---------------------------------------------------------------------- 
I wonder whether the patch was ever tested... for one, this throws compile
error:

+       char *uid[8];
+       char *gid[8];

because it should be

+       char uid[8];
+       char gid[8]; 

---------------------------------------------------------------------- 
 vda - 02-14-08 12:38  
---------------------------------------------------------------------- 
Applied in rev 21022. Thanks! 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-25-06 05:39  ncopa          New Issue                                    
04-25-06 05:39  ncopa          Status                   new => assigned     
04-25-06 05:39  ncopa          Assigned To               => BusyBox         
04-25-06 05:46  ncopa          Issue Monitored: ncopa                       
04-26-06 07:07  donrong        Issue Monitored: donrong                     
02-14-08 12:34  vda            Note Added: 0004814                          
02-14-08 12:38  vda            Status                   assigned => closed  
02-14-08 12:38  vda            Note Added: 0004824                          
======================================================================




More information about the busybox-cvs mailing list