-
Notifications
You must be signed in to change notification settings - Fork 390
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
Accessing cxx::expected
which contains a value or error leads to UB if the contrary is accessed
#1750
Comments
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 19, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 19, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 19, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
21 tasks
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
…d 'has_error' Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
…ox::expected' Signed-off-by: Simon Hoinkis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required information
Operating system:
Ubuntu 20.04.3 LTS
Compiler version:
GCC 8.4.0
Observed result or behaviour:
Accessing
cxx::expected
which contains a value or error leads to UB if the contrary is accessed.Expected result or behaviour:
Defined behaviour aka call to error handler via
cxx::Expects
.Conditions where it occurred / Performed steps:
The text was updated successfully, but these errors were encountered: