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
0000077 [BusyBox] Documentation minor always 02-02-05 07:37 12-07-05 22:24
Reporter vasya View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 0.60.x
Summary 0000077: uuencode do not work correctly for standart uuencoding (not base64)
Description $ ./busybox uuencode mknod.c mknod-test.c > mknod-test.c.uu && uudecode mknod-test.c.uu && diff -u mknod.c mknod-test.c
--- mknod.c 2002-04-13 09:56:04.000000000 +0400
+++ mknod-test.c 2005-02-02 18:32:34.000000000 +0300
@@ -91,3 +91,4 @@
        return EXIT_SUCCESS;
 }
 
+w]"%s", argv[0]);

PS uudecode from sharutils
Additional Information This problem was fixed at 1.00 release, but I didn't see how :)
I've done simple fix by myself (just for fun).
Attached Files  uuencode.c.patch [^] (2,369 bytes) 02-02-05 07:37

- Relationships

- Notes
(0000040)
vasya
02-02-05 08:00

Sorry, it isn't Documentation :/
It's in source code ...
 
(0000743)
landley
12-07-05 22:24

Fixed back in 1.0 according to the comment...
 

- Issue History
Date Modified Username Field Change
02-02-05 07:37 vasya New Issue
02-02-05 07:37 vasya File Added: uuencode.c.patch
02-02-05 08:00 vasya Note Added: 0000040
03-16-05 12:27 andersen Assigned To andersen => BusyBox
12-07-05 22:24 landley Status assigned => closed
12-07-05 22:24 landley Note Added: 0000743
12-07-05 22:24 landley Resolution open => fixed
12-07-05 22:24 landley Fixed in Version  => 1.00


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker