]> git.proxmox.com Git - mirror_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)
committerharryreps <harryreps@gmail.com>
Fri, 3 Mar 2023 23:19:33 +0000 (23:19 +0000)
commitae1e0e1fed77716bc06f181ad68c4433fb5523d0
tree8dc0cfe59e051e86686cf4abe2cbb966d0645d1f
parente879c3d8a2ac8769a982d009e15b395a69e7a90a
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>
babeld/message.c