SIGN IN SIGN UP

bpo-27397: Make email module properly handle invalid-length base64 strings (#7583)

When attempting to base64-decode a payload of invalid length (1 mod 4),
properly recognize and handle it.  The given data will be returned as-is,
i.e. not decoded, along with a new defect, InvalidBase64LengthDefect.
T
Tal Einat committed
c3f55be7dd012b7e92901627d0b31c21e983ccb4
Parent: 5a98209
Committed by GitHub <noreply@github.com> on 6/12/2018, 12:46:22 PM