]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] encoding/json: Fix panic when trying to unmarshal the empty...
authorMichael Chaten <mchaten@gmail.com>
Wed, 13 Jun 2012 20:23:41 +0000 (16:23 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:23:41 +0000 (16:23 -0400)
commit3cbadbd631f479a298762273f910ae1e7ea5442e
treee46349681606a464a4f0ec443f3b07e0b2247524
parent5ccc50c8d6401ef5c987645165ffce9496ec88b7
[release-branch.go1] encoding/json: Fix panic when trying to unmarshal the empty string into an integer

««« backport 7ee60b35f644
encoding/json: Fix panic when trying to unmarshal the empty string into an integer

Fixes #3450.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/6035050

»»»
src/pkg/encoding/json/decode.go
src/pkg/encoding/json/decode_test.go