1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer/sixlowpan/frag
Martine Lenders 9e3cdebae1 gnrc_sixlowpan_frag: check if own message queue is full
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.
2018-12-29 22:54:52 +01:00
..
gnrc_sixlowpan_frag.c gnrc_sixlowpan_frag: check if own message queue is full 2018-12-29 22:54:52 +01:00
Makefile
rbuf.c gnrc_sixlowpan_iphc: refactor reception for #8511 2018-07-25 18:15:09 +02:00
rbuf.h Merge pull request #9483 from miri64/gnrc_sixlowpan_frag/enh/finish-frag 2018-07-25 11:53:14 +02:00