Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pathscale
/
DataBucket
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
3
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Fix offset overflow and TOC size accounting for 0.5.3
- #69
#69
Merged
pathscale
merged 15 commits into
master
pathscale/DataBucket:master
from
fix/audit-findings
pathscale/DataBucket:fix/audit-findings
Copy head branch name to clipboard
Sep 1, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Fix offset overflow and TOC size accounting for 0.5.3
#69
pathscale
merged 15 commits into
master
pathscale/DataBucket:master
from
fix/audit-findings
pathscale/DataBucket:fix/audit-findings
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2026
Fix u32 wrap in relative page seek past 4 GiB
Show description for 77d06b7
meh
committed
77d06b7
View commit details
Copy full SHA for 77d06b7
Browse repository at this point
Fix u32 overflow in link bounds checks
Show description for ea77386
meh
committed
ea77386
View commit details
Copy full SHA for ea77386
Browse repository at this point
Fix estimated_size over-count in remove_without_record
Show description for 7c0e406
meh
committed
7c0e406
View commit details
Copy full SHA for 7c0e406
Browse repository at this point
Use one record size formula for insert and remove accounting
Show description for f9cba70
meh
committed
f9cba70
View commit details
Copy full SHA for f9cba70
Browse repository at this point
Fix estimated_size double-count when insert replaces a key
Show description for addbef5
meh
committed
addbef5
View commit details
Copy full SHA for addbef5
Browse repository at this point
Fix update_key leaving estimated_size unaccounted
Show description for b7ee219
meh
committed
b7ee219
View commit details
Copy full SHA for b7ee219
Browse repository at this point
Add capacity-checked try_insert and try_update_key
Show description for dcdf365
meh
committed
dcdf365
View commit details
Copy full SHA for dcdf365
Browse repository at this point
Reject persisting pages larger than the page slot
Show description for f681507
meh
committed
f681507
View commit details
Copy full SHA for f681507
Browse repository at this point
Bump version to 0.5.3
meh
committed
68f7bd2
View commit details
Copy full SHA for 68f7bd2
Browse repository at this point
Trigger CI on master, the default branch
Show description for ec8b232
meh
committed
ec8b232
View commit details
Copy full SHA for ec8b232
Browse repository at this point
Fix size model under-counting 16-aligned records
Show description for 52179e3
meh
committed
52179e3
View commit details
Copy full SHA for 52179e3
Browse repository at this point
Recompute estimated_size when loading a persisted page
Show description for 6c6e472
meh
committed
6c6e472
View commit details
Copy full SHA for 6c6e472
Browse repository at this point
Bound every offset write within its page slot
Show description for c699a0d
meh
committed
c699a0d
View commit details
Copy full SHA for c699a0d
Browse repository at this point
Restructure checked mutators to single-traversal, check-first
Show description for 9e11b96
meh
committed
9e11b96
View commit details
Copy full SHA for 9e11b96
Browse repository at this point
Flush test files before asserting on their length
Show description for 849e54f
meh
committed
849e54f
View commit details
Copy full SHA for 849e54f
Browse repository at this point
You can’t perform that action at this time.