mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
`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>
2.7 KiB
2.7 KiB