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
In pico_tcp.c tcp_parse_option_* functions call tcpopt_len_check. If the len ( the length of option ) is 0, tcpopt_len_check makes the index ( i ) roll back. The loop in tcp_parse_options will not jump out.
The text was updated successfully, but these errors were encountered:
In pico_tcp.c tcp_parse_option_* functions call tcpopt_len_check. If the len ( the length of option ) is 0, tcpopt_len_check makes the index ( i ) roll back. The loop in tcp_parse_options will not jump out.
The text was updated successfully, but these errors were encountered: