]> Cypherpunks repositories - gostls13.git/commit
encoding/base64: fix decode reports incorrect index
authorJosselin Costanzi <josselin@costanzi.fr>
Sun, 5 Mar 2017 17:04:30 +0000 (18:04 +0100)
committerIan Lance Taylor <iant@golang.org>
Mon, 6 Mar 2017 19:28:03 +0000 (19:28 +0000)
commit5ce06cf71d62e6fc1740d97b4ff4dda7e039c606
tree6c0c338b6b381291f8f1a085ca09f2117e135444
parent0efc8b21881ab35fdb45547088b1935fc8ebf263
encoding/base64: fix decode reports incorrect index

Fix Decode to return the correct illegal data index from a corrupted
input that contains whitespaces.

Fixes #19406

Change-Id: Ib2b2b6ed7e41f024d0da2bd035caec4317c2869c
Reviewed-on: https://go-review.googlesource.com/37837
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/encoding/base64/base64.go
src/encoding/base64/base64_test.go