Date: Wed, 3 Nov 2010 10:12:13 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/uudecode uudecode.c Message-ID: <201011031012.oA3ACbkc022668@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2010-11-03 10:12:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.bin/uudecode uudecode.c
Log:
SVN rev 214730 on 2010-11-03 10:12:13Z by edwin
MFC of r214002, r214010
- Stylify of uudecode(1)
Part of PR bin/124739.
- "b64decode -r" did not handle arbitary breaks in base64 encoded
data. White space should be accepted anywhere in a base64 encoded
stream, not just after every chunk (4 characters).
Test-scenario:
VmVsb2NpdHkgUmV3YXJkcw==
and
VmVsb2NpdHkgUmV3YXJkcw
==
should both produce "Velocity Rewards"
PR: bin/124739
Submitted by: Mark Andrews <marka@isc.org>
Revision Changes Path
1.49.22.1 +65 -33 src/usr.bin/uudecode/uudecode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011031012.oA3ACbkc022668>
