Files
moby/vendor/github.com/cyphar
Sebastiaan van Stijn 88a08a070e vendor: github.com/cyphar/filepath-securejoin v0.3.5
- `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>
2024-12-12 13:42:01 +01:00
..