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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
wolfSSL
/
wolfBoot
Public
Notifications
You must be signed in to change notification settings
Fork
161
Star
521
Code
Issues
0
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fixes for disk.c and gpt.c
- #701
#701
Merged
danielinux
merged 14 commits into
wolfSSL:master
wolfSSL/wolfBoot:master
from
rizlik:disk-fixes
rizlik/wolfBoot:disk-fixes
Copy head branch name to clipboard
Feb 27, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
fixes for disk.c and gpt.c
#701
danielinux
merged 14 commits into
wolfSSL:master
wolfSSL/wolfBoot:master
from
rizlik:disk-fixes
rizlik/wolfBoot:disk-fixes
Copy head branch name to clipboard
Commits
Commits on Feb 27, 2026
disk.c: fix: off-by-one argument checking
rizlik
committed
ff15efb
View commit details
Copy full SHA for ff15efb
Browse repository at this point
disk.c: check max number of partition in disk_open_mbr
Show description for dd41cb2
rizlik
committed
dd41cb2
View commit details
Copy full SHA for dd41cb2
Browse repository at this point
disk.c: restore is open = 0 in disk_open on error paths
rizlik
committed
1925a4a
View commit details
Copy full SHA for 1925a4a
Browse repository at this point
disk.c: fix integer underflow in disk_part_read/disk_part_write
Show description for 42c152c
rizlik
committed
42c152c
View commit details
Copy full SHA for 42c152c
Browse repository at this point
disk.c: fix silent sz truncation and explicitly bound disk IO
rizlik
committed
09120f3
View commit details
Copy full SHA for 09120f3
Browse repository at this point
disk.c: check open_part return value in disk_find_partition_by_label
rizlik
committed
beb1b3f
View commit details
Copy full SHA for beb1b3f
Browse repository at this point
gpt.c: set part->end corrently including the last LBA of a partition
rizlik
committed
66693c7
View commit details
Copy full SHA for 66693c7
Browse repository at this point
gpt.c: avoid OOB read when utf16 string starts with BOM
rizlik
committed
cee90d5
View commit details
Copy full SHA for cee90d5
Browse repository at this point
disk.c: remove dead-code check
Show description for 1120fce
rizlik
committed
1120fce
View commit details
Copy full SHA for 1120fce
Browse repository at this point
unit-test: add disk and gpt unit testing
rizlik
committed
31232ae
View commit details
Copy full SHA for 31232ae
Browse repository at this point
disk.c: part_read/write remove len and simplify casting
rizlik
committed
b328fb2
View commit details
Copy full SHA for b328fb2
Browse repository at this point
unit-disk.c: don't make mock partitions overlaps
rizlik
committed
5d83975
View commit details
Copy full SHA for 5d83975
Browse repository at this point
disk.h: minor: improve comment
rizlik
committed
1c371cc
View commit details
Copy full SHA for 1c371cc
Browse repository at this point
unit-disk.c: add test with GPT table created by sfdisk
rizlik
committed
8b0a082
View commit details
Copy full SHA for 8b0a082
Browse repository at this point
You can’t perform that action at this time.