babeld parsing issue
https://github.com/FRRouting/frr/blob/261e70c66a5d6f637fef33d59ab580a52f3e3203/babeld/message.c#L438-L475
I think the continue statements at Line 442, Line 454, and Line 472 should be goto done so that the following code can be executed.
https://github.com/FRRouting/frr/blob/261e70c66a5d6f637fef33d59ab580a52f3e3203/babeld/message.c#L689-L691
This issue may lead to DoS attacks. Since the continue statements do not update the index i, the whole loop may not stop, i.e., an infinite loop.
please open a PR
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this issue closed.
This issue will be automatically closed in the specified period unless there is further activity.
reminder to avoid autoclose
This issue will no longer be automatically closed.