encoding/base32, encoding/base64: fix issues with decoder whitespace handling
Adds a new reader to filter newlines, which fixes errors seen in the decoder chunking code. Found additional issues with whitespace handling after the first padding character. Fixes #4779. R=minux.ma, rsc, bradfitz CC=golang-dev https://golang.org/cl/7311069
Showing
Please register or sign in to comment