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
Type
/
to 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 }}
kyle-github
/
libyafl
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Simplification of assembly and fixing of watermark tests
- #8
#8
Merged
kyle-github
merged 14 commits into
release
kyle-github/libyafl:release
from
prerelease
kyle-github/libyafl:prerelease
Copy head branch name to clipboard
Apr 29, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Simplification of assembly and fixing of watermark tests
#8
kyle-github
merged 14 commits into
release
kyle-github/libyafl:release
from
prerelease
kyle-github/libyafl:prerelease
Copy head branch name to clipboard
Commits
Commits on Apr 21, 2026
fix up page size estimation code. Add planning doc for simplification.
kyle-github
committed
7cd949b
View commit details
Copy full SHA for 7cd949b
Browse repository at this point
Add additional signal, SIGILL, when running ASAN/UBSAN sanitizers.
kyle-github
committed
06aa297
View commit details
Copy full SHA for 06aa297
Browse repository at this point
Update code coverage badges [skip ci]
actions-user
committed
2ba09ff
View commit details
Copy full SHA for 2ba09ff
Browse repository at this point
Commits on Apr 28, 2026
Remove the old lower level symmetric coroutine API. It is not used or exposed.
Show description for 2767c67
kyle-github
and
Copilot
committed
2767c67
View commit details
Copy full SHA for 2767c67
Browse repository at this point
More updates to streamline the assembly and C code. Updates to test coverage.
Show description for aa7952d
kyle-github
and
Copilot
committed
aa7952d
View commit details
Copy full SHA for aa7952d
Browse repository at this point
Add test_yafl_guard back into tests on macOS. The signal raised is consistent, but weird. Sig 4 is SIGILL.
Show description for 5c16aef
kyle-github
and
Copilot
committed
5c16aef
View commit details
Copy full SHA for 5c16aef
Browse repository at this point
Update code coverage badges [skip ci]
actions-user
committed
2816657
View commit details
Copy full SHA for 2816657
Browse repository at this point
Commits on Apr 29, 2026
Add volatile to stack buffer to make sure that stores are not eliminated by the compiler.
Show description for e226d8e
kyle-github
and
Copilot
committed
e226d8e
View commit details
Copy full SHA for e226d8e
Browse repository at this point
Remove fcontext names.
kyle-github
committed
9447014
View commit details
Copy full SHA for 9447014
Browse repository at this point
Update code coverage badges [skip ci]
actions-user
committed
8033bbc
View commit details
Copy full SHA for 8033bbc
Browse repository at this point
Cleaning up comments and calls to get the page size.
Show description for 0edf9b6
kyle-github
and
Copilot
committed
0edf9b6
View commit details
Copy full SHA for 0edf9b6
Browse repository at this point
Update code coverage badges [skip ci]
actions-user
committed
dbfd50e
View commit details
Copy full SHA for dbfd50e
Browse repository at this point
Update/fix the i386 and mips64 assembly. Looks like there was an error changing away from the old API.
kyle-github
committed
fe6dcd3
View commit details
Copy full SHA for fe6dcd3
Browse repository at this point
Miscalculation on stack reservations. Maybe fixed?
kyle-github
committed
d7a54b0
View commit details
Copy full SHA for d7a54b0
Browse repository at this point
You can’t perform that action at this time.