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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
libgit2-racket
/
libgit2
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
3
Code
Issues
2
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
libgit2 fixes for memory corruptions - against libgit2 1.4.2
- #8
#8
Open
hdijkema
wants to merge 21 commits into
libgit2-racket:main
libgit2-racket/libgit2:main
from
hdijkema:main
hdijkema/libgit2:main
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
libgit2 fixes for memory corruptions - against libgit2 1.4.2
#8
hdijkema
wants to merge 21 commits into
libgit2-racket:main
libgit2-racket/libgit2:main
from
hdijkema:main
hdijkema/libgit2:main
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2026
Problem with _git_iod solved.
Show description for 5247b7f
hdijkema
committed
5247b7f
View commit details
Copy full SHA for 5247b7f
Browse repository at this point
Commits on Aug 10, 2026
Fixed cstructures. git_oid was a real 20 bytes struct, not a pointer to it.
hdijkema
committed
d190a62
View commit details
Copy full SHA for d190a62
Browse repository at this point
Ommisions in cstructs fixed.
hdijkema
committed
6c16dab
View commit details
Copy full SHA for 6c16dab
Browse repository at this point
c structures ommissions fixed.
hdijkema
committed
b6f176a
View commit details
Copy full SHA for b6f176a
Browse repository at this point
git attributes set.
hdijkema
committed
cb20d39
View commit details
Copy full SHA for cb20d39
Browse repository at this point
Fixed problem in function definition for remote.
hdijkema
committed
df8c940
View commit details
Copy full SHA for df8c940
Browse repository at this point
Fixed problems with function parameter lists.
hdijkema
committed
a8e3c05
View commit details
Copy full SHA for a8e3c05
Browse repository at this point
Fixed indexer problems.
hdijkema
committed
3726ef4
View commit details
Copy full SHA for 3726ef4
Browse repository at this point
Reading of stream metadata fix.
hdijkema
committed
33fdcab
View commit details
Copy full SHA for 33fdcab
Browse repository at this point
Buffer patches. Outputs as byte strings (can also be null).
hdijkema
committed
9e11246
View commit details
Copy full SHA for 9e11246
Browse repository at this point
Signature buffer input binding to string
hdijkema
committed
6cc76d0
View commit details
Copy full SHA for 6cc76d0
Browse repository at this point
Some more fixes.
hdijkema
committed
fb80800
View commit details
Copy full SHA for fb80800
Browse repository at this point
Remote - function definitions corrected.
hdijkema
committed
fef8fb6
View commit details
Copy full SHA for fef8fb6
Browse repository at this point
Opaque pointers for callback payloads instead of _bytes.
hdijkema
committed
0cd0902
View commit details
Copy full SHA for 0cd0902
Browse repository at this point
Credentials struct layout fixes.
hdijkema
committed
9597824
View commit details
Copy full SHA for 9597824
Browse repository at this point
change back to _string.
hdijkema
committed
3da804a
View commit details
Copy full SHA for 3da804a
Browse repository at this point
Problem with git_strarray allocation.
hdijkema
committed
90c36b8
View commit details
Copy full SHA for 90c36b8
Browse repository at this point
Memory corruption fixes (when in DrRacket).
hdijkema
committed
da82873
View commit details
Copy full SHA for da82873
Browse repository at this point
Make sure callbacks are not garbage collected.
hdijkema
committed
62d4d96
View commit details
Copy full SHA for 62d4d96
Browse repository at this point
Commits on Aug 11, 2026
fix double frees when using credentials.
hdijkema
committed
4ca7b2f
View commit details
Copy full SHA for 4ca7b2f
Browse repository at this point
Safe callback mechanism to give dependent packages a normal racket environment.
hdijkema
committed
02e3577
View commit details
Copy full SHA for 02e3577
Browse repository at this point
You can’t perform that action at this time.