-
Notifications
You must be signed in to change notification settings - Fork 818
[20306] Ignore 0x8007 if coming from other vendor #4291
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
Merged
MiguelCompany
merged 4 commits into
master
from
hotfix/ignore_other_vendors_custom_pdp_pid
Jan 25, 2024
Merged
[20306] Ignore 0x8007 if coming from other vendor #4291
MiguelCompany
merged 4 commits into
master
from
hotfix/ignore_other_vendors_custom_pdp_pid
Jan 25, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: EduPonz <[email protected]>
…r vendor Signed-off-by: EduPonz <[email protected]>
2e97fdf
to
99723c2
Compare
@richiprosima please test this |
MiguelCompany
requested changes
Jan 24, 2024
Signed-off-by: EduPonz <[email protected]>
@richiprosima please test this |
Signed-off-by: EduPonz <[email protected]>
@richiprosima please test windows |
MiguelCompany
approved these changes
Jan 25, 2024
@Mergifyio backport 2.12.x |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Jan 27, 2024
* Refs #20306: Add regression test Signed-off-by: EduPonz <[email protected]> * Refs #20306: Ignore PID_NETWORK_CONFIGURATION_SET if coming from other vendor Signed-off-by: EduPonz <[email protected]> * Refs #20306: Apply Miguel's suggestions Signed-off-by: EduPonz <[email protected]> * Refs #20306: Fix windows warning Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]> (cherry picked from commit 5a3acb4)
EduPonz
added a commit
that referenced
this pull request
Feb 16, 2024
* Refs #20306: Add regression test Signed-off-by: EduPonz <[email protected]> * Refs #20306: Ignore PID_NETWORK_CONFIGURATION_SET if coming from other vendor Signed-off-by: EduPonz <[email protected]> * Refs #20306: Apply Miguel's suggestions Signed-off-by: EduPonz <[email protected]> * Refs #20306: Fix windows warning Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]> (cherry picked from commit 5a3acb4)
1 task
EduPonz
added a commit
that referenced
this pull request
Feb 27, 2024
* Ignore 0x8007 if coming from other vendor (#4291) * Refs #20306: Add regression test Signed-off-by: EduPonz <[email protected]> * Refs #20306: Ignore PID_NETWORK_CONFIGURATION_SET if coming from other vendor Signed-off-by: EduPonz <[email protected]> * Refs #20306: Apply Miguel's suggestions Signed-off-by: EduPonz <[email protected]> * Refs #20306: Fix windows warning Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]> (cherry picked from commit 5a3acb4) * Fix compilation Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]> Co-authored-by: Eduardo Ponz Segrelles <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes an interoperability issue introduced in #3733 occurring when a different vendor sends a DATA(p) which parameter list is to contain a parameter with PID 0x8007, which in Fast DDS is a custom PID (
PID_NETWORK_CONFIGURATION_SET
). When that happens, the deserialization in Fast DDS most likely fails or even worse gets a wrong interpretation.Tested with CycloneDDS ShapesDemo and Fast DDS ShapesDemo (setting the
auto_fill_type_information
tofalse
using eProsima/ShapesDemo#107).@Mergifyio backport 2.12.x
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist