freebsd-dev/usr.bin/uudecode
Juli Mallett 6fa4125491 Use fwrite(3) to write out the decoded information, as the b64 decoding stuff
won't NUL terminate the string for us, and so we're liable to pick up trailing
garbage, possibly tons of it.

Pointed out by:	obrien
MFC after:	3 days
2002-04-20 03:33:40 +00:00
..
Makefile Bump WARNS to 4. 2002-04-20 00:20:54 +00:00
uudecode.c Use fwrite(3) to write out the decoded information, as the b64 decoding stuff 2002-04-20 03:33:40 +00:00