mirror of
https://github.com/moby/moby.git
synced 2026-08-09 09:33:50 +00:00
- `MkdirAll` will now no longer return an `EEXIST` error if two racing processes are creating the same directory. We will still verify that the path is a directory, but this will avoid spurious errors when multiple threads or programs are trying to `MkdirAll` the same path. full diff: https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>