]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: fix potential incorrect Dumper output when Close is called multiple...
authorTim Cooper <tim.cooper@layeh.com>
Fri, 26 Jan 2018 20:36:15 +0000 (16:36 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Feb 2018 03:25:25 +0000 (03:25 +0000)
commit0519126a3fd0555af996d3e32db04982227ac469
treec8b95bdb278969c009b8cdacb4a5625379df6e35
parent755b36aa532f6b23081bf5eaf83449c1a6dd8114
encoding/hex: fix potential incorrect Dumper output when Close is called multiple times

Fixes #23574

Change-Id: I69573de47daa6fd53cc99a78c0c4b867460242e3
Reviewed-on: https://go-review.googlesource.com/90275
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/hex/hex.go
src/encoding/hex/hex_test.go