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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
eProsima
/
Fast-DDS
Public
Notifications
You must be signed in to change notification settings
Fork
943
Star
2.9k
Code
Issues
84
Pull requests
41
Discussions
Actions
Projects
Security and quality
26
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[24364 & 24365] Add UBSan workflow and solve its errors
- #6386
#6386
Merged
MiguelCompany
merged 27 commits into
master
eProsima/Fast-DDS:master
from
add_ubsan
eProsima/Fast-DDS:add_ubsan
Copy head branch name to clipboard
Jun 3, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
[24364 & 24365] Add UBSan workflow and solve its errors
#6386
MiguelCompany
merged 27 commits into
master
eProsima/Fast-DDS:master
from
add_ubsan
eProsima/Fast-DDS:add_ubsan
Copy head branch name to clipboard
Commits
Commits on Jun 1, 2026
Refs #24364: Add UBSan workflow
Show description for 612e82f
cferreiragonz
committed
612e82f
View commit details
Copy full SHA for 612e82f
Browse repository at this point
Refs #24365: Add CMake Undefined Behavior option
Show description for 6c37a46
cferreiragonz
committed
6c37a46
View commit details
Copy full SHA for 6c37a46
Browse repository at this point
Refs #24365: Fix building of tests with UBSan
Show description for 19a39ac
cferreiragonz
committed
19a39ac
View commit details
Copy full SHA for 19a39ac
Browse repository at this point
Refs #24365: Compliance with ODR enum type in tests
Show description for 55336b0
cferreiragonz
committed
55336b0
View commit details
Copy full SHA for 55336b0
Browse repository at this point
Refs #24365: Regression Test Malicious Data
Show description for 6cb433e
cferreiragonz
committed
6cb433e
View commit details
Copy full SHA for 6cb433e
Browse repository at this point
Refs #24365: Review - Meta file
Show description for 5a92690
cferreiragonz
committed
5a92690
View commit details
Copy full SHA for 5a92690
Browse repository at this point
Refs #24365: Ensure no duplicates originate in UBSAN report due to addresses
Show description for ee93f1d
cferreiragonz
committed
ee93f1d
View commit details
Copy full SHA for ee93f1d
Browse repository at this point
Refs #24365: Avoid calling memcmp with empty payloads
Show description for 0727a3d
cferreiragonz
committed
0727a3d
View commit details
Copy full SHA for 0727a3d
Browse repository at this point
Refs #24365: Fix UB in TimedEvent ctor
Show description for f59b1eb
cferreiragonz
committed
f59b1eb
View commit details
Copy full SHA for f59b1eb
Browse repository at this point
Refs #24365: Fix UB in SampleLostStatus due to overflow
Show description for feef536
cferreiragonz
committed
feef536
View commit details
Copy full SHA for feef536
Browse repository at this point
Refs #24365: Fix UB in CDRMessage
Show description for a50fd3e
cferreiragonz
committed
a50fd3e
View commit details
Copy full SHA for a50fd3e
Browse repository at this point
Refs #24365: Fix UB in statistics::DomainParticipant
Show description for f61244f
cferreiragonz
committed
f61244f
View commit details
Copy full SHA for f61244f
Browse repository at this point
Refs #24365: Fix UB in ParticipantTests magically
Show description for 2754b17
cferreiragonz
committed
2754b17
View commit details
Copy full SHA for 2754b17
Browse repository at this point
Refs #24365: Fix UB in UserListenerTests due to downcast
Show description for 6f7a6e2
cferreiragonz
committed
6f7a6e2
View commit details
Copy full SHA for 6f7a6e2
Browse repository at this point
Refs #24365: Fix UB in PoolConfig due to overflow
Show description for a94c850
cferreiragonz
committed
a94c850
View commit details
Copy full SHA for a94c850
Browse repository at this point
Refs #24365: Fix UB in DataWriterTests magically
Show description for f7c5aae
cferreiragonz
committed
f7c5aae
View commit details
Copy full SHA for f7c5aae
Browse repository at this point
Refs #24365: Fix UB in TCPv4Test due to wrong type cast
Show description for 82bb891
cferreiragonz
committed
82bb891
View commit details
Copy full SHA for 82bb891
Browse repository at this point
Refs #24365: Fix UB in Security tests with SharedSecretHandle
Show description for 0b22b1b
cferreiragonz
committed
0b22b1b
View commit details
Copy full SHA for 0b22b1b
Browse repository at this point
Refs #24365: Fix UB in Log Options
Show description for deac399
cferreiragonz
committed
deac399
View commit details
Copy full SHA for deac399
Browse repository at this point
Refs #24365: Fix UB in MonitorServiceTests
Show description for 8c9ee0d
cferreiragonz
committed
8c9ee0d
View commit details
Copy full SHA for 8c9ee0d
Browse repository at this point
Refs #24365: Skip false positive of sqlite3.c
Show description for 0b4ee95
cferreiragonz
committed
0b4ee95
View commit details
Copy full SHA for 0b4ee95
Browse repository at this point
Refs #24365: Fix mac/windows build
Show description for 8005593
cferreiragonz
committed
8005593
View commit details
Copy full SHA for 8005593
Browse repository at this point
Refs #24365: Fix UB in DataReader/Writer blackbox tests
Show description for 923051c
cferreiragonz
committed
923051c
View commit details
Copy full SHA for 923051c
Browse repository at this point
Refs #24365: Fix UB in Latency tests
Show description for 19dd7ee
cferreiragonz
committed
19dd7ee
View commit details
Copy full SHA for 19dd7ee
Browse repository at this point
Refs #24365: Fix UB in StatisticsTests magically
Show description for 4723fa6
cferreiragonz
committed
4723fa6
View commit details
Copy full SHA for 4723fa6
Browse repository at this point
Refs #24365: Fix UB in RTPSStatisticsTests magically
Show description for 7af6acc
cferreiragonz
committed
7af6acc
View commit details
Copy full SHA for 7af6acc
Browse repository at this point
Refs #24365: Fix UB in SecurityManager
Show description for 921e75e
cferreiragonz
committed
921e75e
View commit details
Copy full SHA for 921e75e
Browse repository at this point
You can’t perform that action at this time.