-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Be less strict with parameter lengths (#5225) * Refs #21537. Add regression test for interoperability issue. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21537. Add regression test for big parameters. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21537. Fix builtin deserialization length checks. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21537. Special cases in test. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21537. Extend test to full non-custom range. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21537. Extend parameter size to 64K. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21537. Uncrustify. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21638. Fix windows warning. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com> (cherry picked from commit 7b111f9) # Conflicts: # src/cpp/fastdds/core/policy/ParameterSerializer.hpp # test/unittest/rtps/builtin/BuiltinDataSerializationTests.cpp * Fix conflicts Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
- Loading branch information
1 parent
3691fe3
commit d1b63eb
Showing
3 changed files
with
541 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.