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
After sending the payload, the controller will no longer respond to any connection requests.
ErodedElk
changed the title
Suggestion for OFPMatch parser with field_len=0 will cause an infinite loop
Suggestion for OFPFlowMod parser will cause an infinite loop
Mar 7, 2024
in /ryu/ofproto/ofproto_v1_3_parser.py about line=1050
in /ryu/ofproto/ofproto_v1_4_parser.py about line=4453
in /ryu/ofproto/ofproto_v1_3_parser.py about line=5321
in /ryu/ofproto/ofproto_v1_3_parser.py about line=1050
If OFPInstruction.len=0 , the offset will no longer change and the parsing will fall into an infinite loop.
The text was updated successfully, but these errors were encountered: