-
- Downloads
gnrc_ipv6: discard non-NONXT packets with 0 payload length
If the payload length is zero and the next header field is not set to NONXT, GNRC will interpret the current header as the payload because the first snip is always interpreted as the payload. This can lead to loops and or crashes.
Loading
Please register or sign in to comment