Frank Schroeder 56e6439be9
fix data race
Since state.Checks() returns a shallow copy
its elements must not be modified. Copying
the elements in the handler does not guarantee
consistency since that list is guarded by a different
lock. Therefore, the only solution is to have state.Checks()
return a deep copy.
2017-09-26 13:42:10 +02:00
..
2017-07-18 20:24:38 +02:00
2017-09-26 13:42:10 +02:00
2017-07-18 20:24:38 +02:00
2017-07-18 20:24:38 +02:00
2017-09-26 13:42:10 +02:00
2017-08-08 21:52:50 -07:00
2017-08-08 21:52:50 -07:00
2017-06-10 18:52:45 +02:00
2017-06-10 18:52:45 +02:00