]> git.puffer.fish Git - matthieu/frr.git/commit
babeld: fix #11808 to avoid infinite loops
authorharryreps <harryreps@gmail.com>
Fri, 3 Mar 2023 23:17:14 +0000 (23:17 +0000)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sun, 5 May 2024 16:31:50 +0000 (16:31 +0000)
commit7b915204c1ad64064f50e9aebf34940dd1f3d70d
tree99c2139c223afd3bc5a7161fb9b6b4ca3b07c0d4
parent10ff15c88db974a32dd838674afa7783dd7d46e6
babeld: fix #11808 to avoid infinite loops

Replacing continue in loops to goto done so that index of packet buffer
increases.

Signed-off-by: harryreps <harryreps@gmail.com>
(cherry picked from commit ae1e0e1fed77716bc06f181ad68c4433fb5523d0)
babeld/message.c