• Russ Cox's avatar
    fmt: fix caching bug in Scan · d7c04517
    Russ Cox authored
    Black box test is too time-consuming, as the bug
    does not appear until Scan has processed 2 GB of
    input in total across multiple calls, so no test.
    
    Thanks to Frederick Mayle for the diagnosis and fix.
    
    Fixes #2809.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/5611043
    d7c04517
Name
Last commit
Last update
..
doc.go Loading commit data...
fmt_test.go Loading commit data...
format.go Loading commit data...
print.go Loading commit data...
scan.go Loading commit data...
scan_test.go Loading commit data...
stringer_test.go Loading commit data...