You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our fuzzer triggered another assertion failure in CycloneDDS 0.10.2. After PDP, the following malformed DATA submessage delivered to the unicast locator of a subscriber process triggers the this assert.
Thank you! This one really is simply an assert that shouldn't be there. It looks like a copy-paste-like mistake, but I've gone over the history and it hasn't been introduced by a little bit of refactoring where that is a plausible explanation.
Hi,
Our fuzzer triggered another assertion failure in CycloneDDS 0.10.2. After PDP, the following malformed DATA submessage delivered to the unicast locator of a subscriber process triggers the this assert.
The
ParticipantMessageData
(last four bytes) is malformed; nothing follows the encapsulation kind (CDR_BE) and options (0xa481) fields.This triggers the following assertion in serdata_pserop_fix:
Here,
d->pos
is zero:Thank you!
The text was updated successfully, but these errors were encountered: