mirror of
https://github.com/moby/moby.git
synced 2026-07-06 06:38:19 +00:00
If two interrupts were fired really quickly interruptCount could have been incremented twice before the LoadUint32 making cleanup not being called at all. Signed-off-by: Erik Dubbelboer <erik@dubbelboer.com>