Skip to content
Snippets Groups Projects
Commit 9e3cdeba authored by Martine Lenders's avatar Martine Lenders
Browse files

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.
parent d5bbf45d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment