Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: github.com/gofrs/flock v0.12.1 #12018

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Commits on Jul 25, 2024

  1. go.mod: golang.org/x/sys v0.22.0

    full diff: golang/sys@v0.21.0...v0.22.0
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and glours committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fbdb5c8 View commit details
    Browse the repository at this point in the history
  2. gp.mod: github.com/gofrs/flock v0.12.1

    - fix: missing read-write flag in reopenFDOnError
      fixes a regression that could result in a `ERROR: bad file descriptor`.
    
    gofrs/flock@b659e1e
    introduced a regression where `f.flag` would not be in read-write mode
    [1]  but read-only [2] which breaks people using NFS protocol.
    
    [1]: gofrs/flock@b659e1e#diff-87c2c4fe0fb43f4b38b4bee45c1b54cfb694c61e311f93b369caa44f6c1323ffR192
    [2]: gofrs/flock@b659e1e#diff-22145325dded38eb5288ed3321a113d8260ccc70747ee04d4551bfd2fba975fdR69
    
    full diff: gofrs/flock@v0.12.0...v0.12.1
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and glours committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    85a8fb4 View commit details
    Browse the repository at this point in the history