mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9e3cdebae1
When issueing the sending of the next fragment the current version of `gnrc_sixlowpan_frag` doesn't check if the queue is full. This leads to leakage of the packet buffer, since when it is full, the package never gets released. This change adds a checks and error exits in case the queue is full. |
||
---|---|---|
.. | ||
ctx | ||
frag | ||
iphc | ||
nd | ||
gnrc_sixlowpan.c | ||
Makefile |