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
Describe the bug
During some testing I found ppp::HeaderResult::parse(&[116, 3, 18, 13]) will result in a panic due to an out-of-bounds array lookup here
Describe the bug
During some testing I found
ppp::HeaderResult::parse(&[116, 3, 18, 13])
will result in a panic due to an out-of-bounds array lookup hereppp/src/v1/mod.rs
Line 168 in 28c5db9
Expected behavior
Should return an error, not panic
The text was updated successfully, but these errors were encountered: