Date: Wed, 26 Feb 2003 21:59:18 -0800 (PST) From: Tony Finch <fanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uudecode uudecode.c Message-ID: <200302270559.h1R5xIg5049437@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fanf 2003/02/26 21:59:18 PST Modified files: usr.bin/uudecode uudecode.c Log: Pull some common uu/b64 code out into shared functions. Move some end-of-file checks out of the inner base64 loop, and remove the trailing whitespace stripper. The latter was added in rev 1.23 but the actual fix for the problem was in 1.24 -- b64_pton doesn't mind extra whitespace. (However there's a bogus comment in OpenSSH's uuencode.c that also mentions problems with trailing whitespace and b64_pton, but their real problem is the comment field in the key file.) Revision Changes Path 1.46 +44 -36 src/usr.bin/uudecode/uudecode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302270559.h1R5xIg5049437>