bug#38299: A bug while trying to decode a non encode base64

2019-11-20 Thread vardhaman narasagoudar
Hi Team, Thanks for replying the query, but if I check online ( https://www.base64decode.org/) for decoding the same in online . I get an error message (which is valid) e.g:- 1) if I try to decode "99" I get an error message "No printable characters found, try another source charset,

bug#38299: A bug while trying to decode a non encode base64

2019-11-20 Thread vardhaman narasagoudar
Hi Team, Looks like there is a bug while trying to decode a non-encode base64 for 12 characters (or multiple of 12) , the return code is always 0. e.g:- 1) When trying to decode a encoded value [vardhaman@oc6085028360 ~]$ echo 'Nzc3Nzk5Cg==' | base64 --decode 99 [vardhaman@oc6085028360 ~]$