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
This issue: eclipse-zenoh/zenoh#1239 revealed that tampering of a message, specifically on the sizes field is prone to crash the receiver when it should be caught earlier and return an error.
This probably wasn't done before for performance issue but this open a safety issue when communicating over non-reliable transports.
The text was updated successfully, but these errors were encountered:
Describe the feature
This issue: eclipse-zenoh/zenoh#1239 revealed that tampering of a message, specifically on the sizes field is prone to crash the receiver when it should be caught earlier and return an error.
This probably wasn't done before for performance issue but this open a safety issue when communicating over non-reliable transports.
The text was updated successfully, but these errors were encountered: