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
parse_ipv6addr does a bit of index juggling when decompressing input, and it may benefit from some bound checking to ensure no index underflow/overflow will induce a panic there at runtime.
This exists in current master here, but it is likely going to be changed by #294.
The text was updated successfully, but these errors were encountered:
Capturing my comment from #294 (comment).
parse_ipv6addr
does a bit of index juggling when decompressing input, and it may benefit from some bound checking to ensure no index underflow/overflow will induce a panic there at runtime.This exists in current master here, but it is likely going to be changed by #294.
The text was updated successfully, but these errors were encountered: