netty5/codec
Nikolay Fedorovskikh c0f9923823 Fixes validation of input bytes in the Base64 decoder (#9623)
Motivation:
In the current implementation of Base64 decoder an invalid
character `\u00BD` treated as `=`.
Also character `\u007F` leads to ArrayIndexOutOfBoundsException.

Modification:
Explicitly checks that all input bytes are ASCII characters
(greater than zero). Fix `decodabet` tables.

Result:
Correctly validation input bytes in Base64 decoder.
2019-10-10 22:45:44 +04:00
..
src Fixes validation of input bytes in the Base64 decoder (#9623) 2019-10-10 22:45:44 +04:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:02:00 +01:00