v2.2.8
Fast CDR v2.2.8
This release includes the following bugfixes and CI improvements.
Fixes
- Fix
-Werror=maybe-uninitializedwith GCC 12 for ARM64 (#308) - Fix
-Werror=maybe-uninitializedin QCC 12.2.0 (#310) - Extend noinline to
gcc >= 12to fix-Werror=maybe-uninitializedfalse positives in gcc 15 (#312) - Fix UB in array related methods (#314)
- Reset optional members when deserializing a
PLAIN_CDRstream (#316) - Improve checks for sequence lengths (#329)
- Remove setting of
SERIALIZED_MEMBER_SIZEwhen serializing vector of booleans as array (#334)
CI improvements
- Make
skip-cilabel report required statuses as pass (#325)
PRs (merge order): #308, #310, #312, #314, #316, #325, #329, #334, #338