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
Converting from bytes to a Packet struct can fail and the unwrap will
cause a panic. All other lines use `?.into()` - which fixes the issue.
An example of a malformed input would be:
`0x23,0xc,0xfd,0x0,0x0,0x0,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x0`
Found using `cargo-fuzz.`
0 commit comments