[Bug 11786] base64 is adding linefeeds when it should not
bugzilla at busybox.net
bugzilla at busybox.net
Sat Apr 20 12:41:48 UTC 2019
https://bugs.busybox.net/show_bug.cgi?id=11786
--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
In my testing, base64 matches GNU coreutils behavior:
$ base64 --version
base64 (GNU coreutils) 8.30
...
$ base64 <busybox_unstripped.map >1
$ ./busybox base64 <busybox_unstripped.map >2
$ ls -l 1 2
-rw-r--r-- 1 root root 1927550 Apr 20 14:40 1
-rw-r--r-- 1 root root 1927550 Apr 20 14:40 2
$ md5sum 1 2
b38f09d47ed8b4edcf099104481bca7d 1
b38f09d47ed8b4edcf099104481bca7d 2
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list