-
Notifications
You must be signed in to change notification settings - Fork 404
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
Enable UndefinedBehaviorSanitizer #459
Labels
test
A module/integration/stress/etc test for a component
Comments
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Dec 21, 2020
Signed-off-by: Prasanna Bhat <[email protected]>
19 tasks
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Dec 23, 2020
…clipse-iceoryx#459-enable-ub-sanitizer Signed-off-by: Prasanna Bhat <[email protected]>
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Dec 23, 2020
Signed-off-by: Prasanna Bhat <[email protected]>
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Dec 23, 2020
Signed-off-by: Prasanna Bhat <[email protected]>
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Dec 23, 2020
Signed-off-by: Prasanna Bhat <[email protected]>
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Jan 7, 2021
…clipse-iceoryx#459-enable-ub-sanitizer Signed-off-by: Prasanna Bhat <[email protected]>
prasannabhat
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Jan 7, 2021
Signed-off-by: Prasanna Bhat <[email protected]>
elBoberido
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Jan 7, 2021
… in runtime test Signed-off-by: Mathias Kraus <[email protected]>
elBoberido
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Jan 7, 2021
Signed-off-by: Mathias Kraus <[email protected]>
elBoberido
added a commit
to prasannabhat/iceoryx
that referenced
this issue
Jan 7, 2021
Signed-off-by: Mathias Kraus <[email protected]>
dkroenke
added a commit
that referenced
this issue
Jan 8, 2021
iox-#459 enable UndefinedBehaviorSanitizer for iceoryx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Enable UndefinedBehaviorSanitizer for iceoryx core components.
Detailed information
From their site
Using misaligned or null pointer
Signed integer overflow
Conversion to, from, or between floating-point types which would overflow the destination
With #141 we have introduced AddressSanitizer for iceoryx core components (
iceoryx_posh
&iceoryx_utils
)With this we aim to cover UndefinedBehaviorSanitizer checks
The text was updated successfully, but these errors were encountered: