moby--moby/pkg/ioutils
lzhfromutsc c2479f6ebf Fixed the inconsistence and also a potential data race in pkg/ioutils/bytespipe.go: bp.closeErr is read/write 8 times; 7 out of 8 times it is protected by bp.mu.Lock(); 1 out of 8 times it is read without a Lock
Signed-off-by: lzhfromutsc <lzhfromustc@gmail.com>
2019-07-01 11:38:38 -07:00
..
buffer.go
buffer_test.go
bytespipe.go Fixed the inconsistence and also a potential data race in pkg/ioutils/bytespipe.go: bp.closeErr is read/write 8 times; 7 out of 8 times it is protected by bp.mu.Lock(); 1 out of 8 times it is read without a Lock 2019-07-01 11:38:38 -07:00
bytespipe_test.go
fswriters.go
fswriters_test.go
readers.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
readers_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
temp_unix.go
temp_windows.go
writeflusher.go
writers.go
writers_test.go