eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
799 stars 349 forks source link

Correctly initialize defaulted external sequence #1956

Closed eboasson closed 3 months ago

eboasson commented 3 months ago

An external mutable struct containing a sequence member that for which no value is provided by the CDR was not initialized correctly: only the length field was set to 0, not the other fields. If the _release field happens to be false, this is harmless; if not it results in freeing of unallocated memory.