]> Cypherpunks repositories - gostls13.git/commit
runtime: fix spurious "[string too long]" error
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 8 Jul 2014 18:37:18 +0000 (22:37 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 8 Jul 2014 18:37:18 +0000 (22:37 +0400)
commit97c8b24d01e6d60938fc499fc544ff3da9e9f726
tree223963c53778d187b2818adc18cd0665e75a8dcd
parent331bf64d175805f9060160c00dbf1290ae34c303
runtime: fix spurious "[string too long]" error
Maxstring is not updated in the new string routines,
this makes runtime think that long strings are bogus.
Fixes #8339.

LGTM=crawshaw, iant
R=golang-codereviews, crawshaw, iant
CC=golang-codereviews, khr, rsc
https://golang.org/cl/110930043
src/pkg/runtime/string_test.go
src/pkg/runtime/stubs.goc