]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] encoding/base64: fix panic when input len is not a multiple...
authorDave Cheney <dave@cheney.net>
Tue, 3 Apr 2012 02:14:02 +0000 (12:14 +1000)
committerDavid Symonds <dsymonds@golang.org>
Tue, 3 Apr 2012 02:14:02 +0000 (12:14 +1000)
commiteacdcccb9efcc5d9bd76329c7bcc8328244e6f31
tree81acabf8af49dee989ee2411b0db28678818cff5
parentefcd0d5bd82a9fd7d3847b459d61b67f962437c9
[release-branch.go1] encoding/base64: fix panic when input len is not a multiple of 4

««« backport 95e67cc5fa08
encoding/base64: fix panic when input len is not a multiple of 4

Fixes #3442.

R=for.go.yong, dsymonds, sougou, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/5975052

»»»
src/pkg/encoding/base64/base64.go
src/pkg/encoding/base64/base64_test.go