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
Current Packet Private Data does not hold the source bytes in a way that allow recreating the original incoming bytes if we detect an invalid packet format.
Packet should hold an original copy of the input stream instead of only caching the result of the decoding.
Use invalid packet type 00 to output invalid source stream when called.
In a nutshell, this is incorrect when the validation fails.
The text was updated successfully, but these errors were encountered:
Current Packet Private Data does not hold the source bytes in a way that allow recreating the original incoming bytes if we detect an invalid packet format.
Packet should hold an original copy of the input stream instead of only caching the result of the decoding.
Use invalid packet type 00 to output invalid source stream when called.
In a nutshell, this is incorrect when the validation fails.
The text was updated successfully, but these errors were encountered: