]> Cypherpunks repositories - gostls13.git/commit
runtime: fix sprintf index out of bounds
authorRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 14:29:00 +0000 (10:29 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 14:29:00 +0000 (10:29 -0400)
commit6f19fd438e2178d086c4352b439e857bd08051bd
tree03259fd3b1599669080f011cf6e86d03b9ee4ba7
parente77c2fe31374905b08d51f338803bea88e9c4ec2
runtime: fix sprintf index out of bounds

Breaks on Plan 9, apparently.
The other systems must not run sprintf during all.bash.
I'd write a test but it's all going away.

TBR=r
CC=0intro, golang-codereviews
https://golang.org/cl/133260044
src/pkg/runtime/print1.go