go/src/strconv
Brad Fitzpatrick c10e61424f strconv: detect invalid UTF-8 in the Unquote fast path
Fixes #23685

Change-Id: I3625bd01f860077ee0976df9e3dfb66754804bcd
Reviewed-on: https://go-review.googlesource.com/92535
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-02-13 18:33:44 +00:00
..
testdata
atob.go
atob_test.go
atof.go
atof_test.go strconv: apply Brad's review comment 2017-07-17 16:32:05 +00:00
atoi.go strconv: optimize Atoi for common case 2017-08-25 10:17:39 +00:00
atoi_test.go strconv: optimize Atoi for common case 2017-08-25 10:17:39 +00:00
decimal.go strconv: adds missing comment to neg flag, formats comment on trunc flag 2017-07-15 19:41:25 +00:00
decimal_test.go
doc.go
example_test.go
export_test.go strconv: check bitsize range in ParseInt and ParseUint 2017-08-22 13:37:40 +00:00
extfloat.go all: fix article typos 2017-09-15 02:39:16 +00:00
fp_test.go
ftoa.go
ftoa_test.go strconv: make FormatFloat slowpath a little faster 2016-10-17 18:23:32 +00:00
internal_test.go
isprint.go unicode: update to Unicode 10.0.0 2017-10-24 12:42:35 +00:00
itoa.go strconv: optimize decimal ints formatting with smallsString 2017-03-22 16:03:28 +00:00
itoa_test.go strconv: optimize decimal ints formatting with smallsString 2017-03-22 16:03:28 +00:00
makeisprint.go
quote.go strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
quote_test.go strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strconv_test.go strconv: fix function name in errors for Atoi 2016-09-04 00:17:58 +00:00