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
.
DataCoreSoftware
/
openzfs
Public
forked from
openzfsonwindows/openzfs
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
SSV-26770 , SSV-26896 CodeQL must fix error fixes
- #118
#118
Merged
datacore-senthil
merged 20 commits into
rel-10psp22
DataCoreSoftware/openzfs:rel-10psp22
from
codeQl-fix-new
DataCoreSoftware/openzfs:codeQl-fix-new
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
SSV-26770 , SSV-26896 CodeQL must fix error fixes
#118
datacore-senthil
merged 20 commits into
rel-10psp22
DataCoreSoftware/openzfs:rel-10psp22
from
codeQl-fix-new
DataCoreSoftware/openzfs:codeQl-fix-new
Copy head branch name to clipboard
Commits
Commits on Aug 11, 2026
Replace deprecated ExAllocatePoolWithTag with downlevel-safe wrappers
Show description for ae95823
arun-kv
committed
ae95823
View commit details
Copy full SHA for ae95823
Browse repository at this point
Replace deprecated ExAllocatePool with ExAllocatePoolUninitialized/Zero
Show description for 3f19da4
arun-kv
committed
3f19da4
View commit details
Copy full SHA for 3f19da4
Browse repository at this point
Replace deprecated FsRtlAllocatePoolWithQuotaTag with ExAllocatePoolZero
Show description for 9db0f91
arun-kv
committed
9db0f91
View commit details
Copy full SHA for 9db0f91
Browse repository at this point
Replace deprecated _snprintf with real-semantics snprintf() shim
Show description for bc0061f
arun-kv
committed
bc0061f
View commit details
Copy full SHA for bc0061f
Browse repository at this point
Replace deprecated strncpy with strlen+memcpy-based spl_strlcpy
Show description for 13f9114
arun-kv
committed
13f9114
View commit details
Copy full SHA for 13f9114
Browse repository at this point
Replace deprecated vsnprintf with real-semantics snprintf() shim
Show description for 35c953b
arun-kv
committed
35c953b
View commit details
Copy full SHA for 35c953b
Browse repository at this point
Replace deprecated strcat with spl_strlcat, fix real overflow in stream_parse
Show description for 9bc441c
arun-kv
committed
9bc441c
View commit details
Copy full SHA for 9bc441c
Browse repository at this point
Replace deprecated _vsnprintf with spl_vsnprintf
Show description for 53924a3
arun-kv
committed
53924a3
View commit details
Copy full SHA for 53924a3
Browse repository at this point
Replace deprecated sprintf with spl_snprintf
Show description for 1f2e2d5
arun-kv
committed
1f2e2d5
View commit details
Copy full SHA for 1f2e2d5
Browse repository at this point
Replace deprecated strcpy with spl_strlcpy
Show description for 51d5784
arun-kv
committed
51d5784
View commit details
Copy full SHA for 51d5784
Browse repository at this point
Replace deprecated sscanf with sscanf_s
Show description for 95521b0
arun-kv
committed
95521b0
View commit details
Copy full SHA for 95521b0
Browse repository at this point
Replace deprecated _snwprintf with RtlStringCchPrintfW
Show description for 3b230bf
arun-kv
committed
3b230bf
View commit details
Copy full SHA for 3b230bf
Browse repository at this point
Fix vsnprintf finding for real: remove the macro, call spl_vsnprintf directly
Show description for fd4bcd5
arun-kv
committed
fd4bcd5
View commit details
Copy full SHA for fd4bcd5
Browse repository at this point
Fix build break: spl_spl_vsnprintf typo from previous commit
Show description for 8ea0e0b
arun-kv
committed
8ea0e0b
View commit details
Copy full SHA for 8ea0e0b
Browse repository at this point
Add spl_* shims to the user-mode types.h too
Show description for 708f238
arun-kv
committed
708f238
View commit details
Copy full SHA for 708f238
Browse repository at this point
Fix wrong-CRT OpenSSL crypto lib linked into Debug executables
Show description for 038172c
arun-kv
committed
038172c
View commit details
Copy full SHA for 038172c
Browse repository at this point
Stop relying on ExAllocatePoolZero's implicit zero-fill; zero explicitly
Show description for 715f8d7
arun-kv
and
claude
committed
715f8d7
View commit details
Copy full SHA for 715f8d7
Browse repository at this point
Fix off-by-one buffer-size overstatement in __dprintf
Show description for f70f860
arun-kv
and
claude
committed
f70f860
View commit details
Copy full SHA for f70f860
Browse repository at this point
Commits on Aug 12, 2026
Eliminate last CodeQL finding in spl_vsnprintf; harden against review findings
Show description for 2e1a80b
arun-kv
and
claude
committed
2e1a80b
View commit details
Copy full SHA for 2e1a80b
Browse repository at this point
Centralize ExAllocatePoolZero fix into a shared spl_ExAllocatePoolZero
Show description for 9e080d8
arun-kv
and
claude
committed
9e080d8
View commit details
Copy full SHA for 9e080d8
Browse repository at this point
You can’t perform that action at this time.