-
Notifications
You must be signed in to change notification settings - Fork 943
[24364 & 24365] Add UBSan workflow and solve its errors #6386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
612e82f
Refs #24364: Add UBSan workflow
cferreiragonz 6c37a46
Refs #24365: Add CMake Undefined Behavior option
cferreiragonz 19a39ac
Refs #24365: Fix building of tests with UBSan
cferreiragonz 55336b0
Refs #24365: Compliance with ODR enum type in tests
cferreiragonz 6cb433e
Refs #24365: Regression Test Malicious Data
cferreiragonz 5a92690
Refs #24365: Review - Meta file
cferreiragonz ee93f1d
Refs #24365: Ensure no duplicates originate in UBSAN report due to ad…
cferreiragonz 0727a3d
Refs #24365: Avoid calling memcmp with empty payloads
cferreiragonz f59b1eb
Refs #24365: Fix UB in TimedEvent ctor
cferreiragonz feef536
Refs #24365: Fix UB in SampleLostStatus due to overflow
cferreiragonz a50fd3e
Refs #24365: Fix UB in CDRMessage
cferreiragonz f61244f
Refs #24365: Fix UB in statistics::DomainParticipant
cferreiragonz 2754b17
Refs #24365: Fix UB in ParticipantTests magically
cferreiragonz 6f7a6e2
Refs #24365: Fix UB in UserListenerTests due to downcast
cferreiragonz a94c850
Refs #24365: Fix UB in PoolConfig due to overflow
cferreiragonz f7c5aae
Refs #24365: Fix UB in DataWriterTests magically
cferreiragonz 82bb891
Refs #24365: Fix UB in TCPv4Test due to wrong type cast
cferreiragonz 0b22b1b
Refs #24365: Fix UB in Security tests with SharedSecretHandle
cferreiragonz deac399
Refs #24365: Fix UB in Log Options
cferreiragonz 8c9ee0d
Refs #24365: Fix UB in MonitorServiceTests
cferreiragonz 0b4ee95
Refs #24365: Skip false positive of sqlite3.c
cferreiragonz 8005593
Refs #24365: Fix mac/windows build
cferreiragonz 923051c
Refs #24365: Fix UB in DataReader/Writer blackbox tests
cferreiragonz 19dd7ee
Refs #24365: Fix UB in Latency tests
cferreiragonz 4723fa6
Refs #24365: Fix UB in StatisticsTests magically
cferreiragonz 7af6acc
Refs #24365: Fix UB in RTPSStatisticsTests magically
cferreiragonz 921e75e
Refs #24365: Fix UB in SecurityManager
cferreiragonz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| names: | ||
| fastdds: | ||
| cmake-args: | ||
| - -DNO_TLS=OFF | ||
| - -DSECURITY=ON | ||
| - -DFASTDDS_STATISTICS=ON | ||
| - -DSANITIZER=Undefined | ||
| - -DCOMPILE_WARNING_AS_ERROR=ON | ||
| - -DEPROSIMA_BUILD_TESTS=ON | ||
| - -DRTPS_API_TESTS=ON | ||
| - -DFASTDDS_PIM_API_TESTS=ON | ||
| - -DPERFORMANCE_TESTS=ON | ||
| googletest-distribution: | ||
| cmake-args: | ||
| - -Dgtest_force_shared_crt=ON | ||
| - -DBUILD_SHARED_LIBS=ON | ||
| - -DBUILD_GMOCK=ON |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.