CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/30 09:57:19
Modified files:
usr.bin/uudecode: uudecode.c
Log message:
Give a string which length is multiple of 4 to b64_pton() since the
function assumes that the input ends at end of 24-bit group.
ok tb claudio
