mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e5e62b96ce
`daemon.execCommandGC` The daemon object (grep execCommandGC) iterate over a map (grep execCommands.Commands) in a goroutine. Lock can't protect concurrency access in this case. Exec command storage object should return a copy of commands instead. Signed-off-by: Pei Su <sillyousu@gmail.com> |
||
---|---|---|
.. | ||
exec.go |