• Russ Cox's avatar
    runtime: mark concatstring as variadic (fixes 386 build) · 249f807c
    Russ Cox authored
    Windows was the only one seeing this bug reliably in the builder,
    but it was easy to reproduce using 'GOGC=1 go test strconv'.
    concatstring looked like it took only one string, but in fact it
    takes a long list of strings. Add an explicit ... so that the traceback
    will not use the "fixed" frame size and instead look at the
    frame size metadata recorded by the caller.
    
    R=golang-dev
    TBR=golang-dev
    CC=golang-dev
    https://golang.org/cl/11531043
    249f807c
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...