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
Both PacketHandler and CCSDSPacketHandler are lacking error reporting / graceful failing when data is received that is incorrectly sized relative to the configured packet definition(s). Both of these should complain loudly when an "invalid" input is received and reject (possibly with optional configuration to pass it along anyway) the improperly sized data.
The text was updated successfully, but these errors were encountered:
Both
PacketHandler
andCCSDSPacketHandler
are lacking error reporting / graceful failing when data is received that is incorrectly sized relative to the configured packet definition(s). Both of these should complain loudly when an "invalid" input is received and reject (possibly with optional configuration to pass it along anyway) the improperly sized data.The text was updated successfully, but these errors were encountered: