minio/pkg/ioutil
Harshavardhana e84f533c6c
add missing wait groups for certain io.Pipe() usage (#12264)
wait groups are necessary with io.Pipes() to avoid
races when a blocking function may not be expected
and a Write() -> Close() before Read() races on each
other. We should avoid such situations..

Co-authored-by: Klaus Post <klauspost@gmail.com>
2021-05-11 09:18:37 -07:00
..
append-file_nix.go update license change for MinIO 2021-04-23 11:58:53 -07:00
append-file_windows.go update license change for MinIO 2021-04-23 11:58:53 -07:00
ioutil.go update license change for MinIO 2021-04-23 11:58:53 -07:00
ioutil_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
read_file.go update license change for MinIO 2021-04-23 11:58:53 -07:00
read_file_noatime_notsupported.go update license change for MinIO 2021-04-23 11:58:53 -07:00
read_file_noatime_supported.go update license change for MinIO 2021-04-23 11:58:53 -07:00
wait_pipe.go add missing wait groups for certain io.Pipe() usage (#12264) 2021-05-11 09:18:37 -07:00