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

Fixes for shemem and tcp Null Rch #3779

Merged
merged 1 commit into from Oct 7, 2022

Conversation

iguessthislldo
Copy link
Member

Follow up to #3549

  • Fix Coverity CID 1525386 where it noticed the arguments names to GuidPair where flipped from the constructor parameters. This couldn't cause an issue because both insertion and removal where flipped the same way, but this should be fixed anyway.
  • Commit removal of 2 lines in ShmemDataLink::stop_i that should have gone into the 3549, but I missed when staging the changes chunk by chunk in neovim.
  • Also fix possible null RcHandle access during shutdown when using tcp that was found when using rr.

Follow up to OpenDDS#3549

- Fix Coverity CID 1525386 where it noticed the arguments names to
  GuidPair where flipped from the constructor parameters. This couldn't
  cause an issue because both insertion and removal where flipped the same
  way, but this should be fixed anyway.
- Commit removal of 2 lines in ShmemDataLink::stop_i that should have
  gone into the 3549, but I missed when staging the changes chunk by
  chunk in neovim.
- Also fix possible null RcHandle access during shutdown when using tcp
  that was found when using rr.
@mitza-oci mitza-oci merged commit 9d83c5e into OpenDDS:master Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants