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
This problem also occurs with the following code:
/ryu/ofproto/ofproto_v1_3_parser.py about line=5269
/ryu/ofproto/ofproto_v1_4_parser.py about line=1789
/ryu/ofproto/ofproto_v1_5_parser.py about line=2029
in /ryu/ofproto/ofproto_v1_3_parser.py about line=5269
The rest variable here is obtained through the following code:
If the length variable is tampered with to 0, rest will get the original buffer, causing the controller to fall into an infinite loop.
payload:
poc:
The text was updated successfully, but these errors were encountered: