• Ian Lance Taylor's avatar
    Avoid race condition. Following the left to right rule, · 5abf395b
    Ian Lance Taylor authored
    s.output.Data() was being retrieved before the synchronization
    point, which meant that it could be retrieved before the
    goroutine wrote it.  Using gccgo this caused random errors.
    
    R=gri
    DELTA=2  (1 added, 0 deleted, 1 changed)
    OCL=31046
    CL=31267
    5abf395b
Name
Last commit
Last update
..
Makefile Loading commit data...
datafmt.go Loading commit data...
datafmt_test.go Loading commit data...
parser.go Loading commit data...