-
Notifications
You must be signed in to change notification settings - Fork 402
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
Handle nullptr callbacks correctly in WaitSet and Listener #932
Labels
refactoring
Refactor code without adding features
Comments
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 30, 2021
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 30, 2021
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 30, 2021
Signed-off-by: Dietrich Krönke <[email protected]>
20 tasks
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 1, 2021
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 1, 2021
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
that referenced
this issue
Oct 1, 2021
…-in-waitset-and-listener Iox #932 handle nullptr callbacks in waitset
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 7, 2021
Includes the C-Binding
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 7, 2021
Includes the C-Binding Signed-off-by: Dietrich Krönke <[email protected]>
20 tasks
dkroenke
added a commit
that referenced
this issue
Oct 8, 2021
…-in-listener iox-#932 Handle nullptr callbacks in Listener
@dkroenke I noticed that the tasks are not checked. Are they all done or this this issue need to be reopened? |
@elBoberido All done |
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Mar 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief description
When checking the WaitSet and Listener tests with ASAN on gcc an error is thrown that a nullptr is de-referenced when a nullptr is passed as callback function to functions like
iox_ws_attach_subscriber_event
oriox_listener_attach_subscriber_event
in the C-Binding.In the WaitSet it should be possible for the users to use nullptr callback arguments if they want to wait in a loop.
Reference Links:
#918 (comment)
#918 (comment)
The text was updated successfully, but these errors were encountered: