eclipse-cyclonedds / cyclonedds

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

Fuzzing memory leak #1978

Closed eboasson closed 2 months ago

eboasson commented 2 months ago

This fixes some memory leaks and stops earlier following a deserialization error.

It also adds a few scripts that make my life a bit easier for double-checking that oss-fuzz will be ok for building and running fuzzers locally. YMMV with these 🙂