Skip to content

vendor: go.etcd.io/bbolt v1.4.2 #6136

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

Merged
merged 1 commit into from
Aug 13, 2025
Merged

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Aug 13, 2025

  • Fix the compilation issue on aix, android and solaris due to wrong use of maxMapSize
  • Add protection on meta page when it's being written
  • Correct the incorrect usage of debug method
  • Add clarification on the option InitialMmapSize
  • Fix the crash when writing huge values

full diff: etcd-io/bbolt@v1.4.0...v1.4.2

- Fix the compilation issue on aix, android and solaris due to wrong use of maxMapSize
- Add protection on meta page when it's being written
- Correct the incorrect usage of debug method
- Add clarification on the option InitialMmapSize
- Fix the crash when writing huge values

full diff: etcd-io/bbolt@v1.4.0...v1.4.2

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@github-actions github-actions bot added the area/dependencies Pull requests that update a dependency file label Aug 13, 2025
@crazy-max crazy-max merged commit ec7a152 into moby:master Aug 13, 2025
168 of 169 checks passed
@thaJeztah thaJeztah deleted the bump_bbolt branch August 13, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants