Skip to content

v2.2.8

Choose a tag to compare

@cferreiragonz cferreiragonz released this 01 Sep 07:46
· 1 commit to 2.2.x since this release

Fast CDR v2.2.8

This release includes the following bugfixes and CI improvements.

Fixes

  • Fix -Werror=maybe-uninitialized with GCC 12 for ARM64 (#308)
  • Fix -Werror=maybe-uninitialized in QCC 12.2.0 (#310)
  • Extend noinline to gcc >= 12 to fix -Werror=maybe-uninitialized false positives in gcc 15 (#312)
  • Fix UB in array related methods (#314)
  • Reset optional members when deserializing a PLAIN_CDR stream (#316)
  • Improve checks for sequence lengths (#329)
  • Remove setting of SERIALIZED_MEMBER_SIZE when serializing vector of booleans as array (#334)

CI improvements

  • Make skip-ci label report required statuses as pass (#325)

PRs (merge order): #308, #310, #312, #314, #316, #325, #329, #334, #338