Give a string which length is multiple of 4 to b64_pton() since the
authoryasuoka <yasuoka@openbsd.org>
Tue, 30 Aug 2022 15:57:19 +0000 (15:57 +0000)
committeryasuoka <yasuoka@openbsd.org>
Tue, 30 Aug 2022 15:57:19 +0000 (15:57 +0000)
commit9952f79b7732792b0aace5870871cf7d3be9ece7
tree871704cad1e0ea252226cafed4dd8959ccdd90c4
parent0601d0797a4713670f3a18613662cf2c52a0fa49
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
usr.bin/uudecode/uudecode.c