mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
While the recursion in `gnrc_sixlowpan_frag` shouldn't be infinite we still should avoid using recursions in general (also to be able to statically analyze stack usage). This unrolls the recursion.