Skip to content

vendor: github.com/cyphar/filepath-securejoin v0.3.5, github.com/opencontainers/runc v1.2.3#49077

Merged
AkihiroSuda merged 2 commits intomoby:masterfrom
thaJeztah:vendor_runc_1.2.3
Dec 14, 2024
Merged

vendor: github.com/cyphar/filepath-securejoin v0.3.5, github.com/opencontainers/runc v1.2.3#49077
AkihiroSuda merged 2 commits intomoby:masterfrom
thaJeztah:vendor_runc_1.2.3

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

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: cyphar/filepath-securejoin@v0.3.4...v0.3.5

vendor: github.com/opencontainers/runc v1.2.3

no changes in vendored code, only updated dependencies

full diff: opencontainers/runc@v1.2.2...v1.2.3
release notes: https://github.com/opencontainers/runc/releases/tag/v1.2.3

- A picture of a cute animal (not mandatory but encouraged)

- `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: cyphar/filepath-securejoin@v0.3.4...v0.3.5

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
no changes in vendored code, only updated dependencies

full diff: opencontainers/runc@v1.2.2...v1.2.3
release notes: https://github.com/opencontainers/runc/releases/tag/v1.2.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@AkihiroSuda AkihiroSuda merged commit 577a795 into moby:master Dec 14, 2024
@thaJeztah thaJeztah deleted the vendor_runc_1.2.3 branch December 14, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants