Files
containerd/vendor/github.com
Kenfe-Mickael Laventure 7f786cf075 go-winio: Prevent Data Race when accessing closing
The race usually happens when `closeHandle()` and `prepareIo()` are called
concurrently; the former tries to set `closing` to `true` the latter tries
to read its value.

In order to avoid this issue, we added a lock around the variable.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2017-07-21 18:19:51 +02:00
..
2017-02-20 05:28:09 +00:00
2017-03-21 13:08:32 -07:00
2017-02-21 11:22:08 -08:00
2017-04-27 16:51:45 +01:00
2017-02-20 05:28:09 +00:00
2017-06-20 10:47:28 -04:00
2017-04-27 16:51:45 +01:00
2017-07-21 18:19:51 +02:00
2017-02-20 05:28:09 +00:00
2017-02-20 05:28:09 +00:00
2017-02-20 05:28:09 +00:00