BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000849 [BusyBox] Other feature always 04-25-06 05:39 02-14-08 12:38
Reporter ncopa View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.2.x
Summary 0000849: 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
Additional Information A patch was posted to the list:
http://www.busybox.net/lists/busybox/2006-April/020789.html [^]
Attached Files

- Relationships

- Notes
(0004814)
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];
 
(0004824)
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
02-14-08 12:38 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker