mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
Without this change an attacker would be able to stop the emcute server by sending a crafted packet triggering this branch. The solution is using `continue` instead of `return`.