Skip to content
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

Fix get matched publication crash #1853

Merged

Commits on Oct 11, 2023

  1. Test get_matched_publication_data on builtin topic

    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a286d66 View commit details
    Browse the repository at this point in the history
  2. Fix get_matched_publication_data on builtin topic

    This crashed because the built-in topics are published by a "local
    orphan writer" that is not contained in a participant, causing
    dds_get_matched_publication_data to crash on dereferencing a null
    pointer.
    
    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    43560b9 View commit details
    Browse the repository at this point in the history