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
Robin Nehls ad5617fb83 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.
2018-04-03 18:34:48 +02:00
..
icmpv6 gnrc_icmpv6_echo: fix ping for loopback 2018-01-31 15:46:52 +01:00
ipv6 gnrc_ipv6: discard non-NONXT packets with 0 payload length 2018-04-03 18:34:48 +02:00
ndp sys: net: adapt to compile-checked debug messages 2018-01-15 14:37:04 +01:00
sixlowpan Merge pull request #8512 from miri64/gnrc_sixlowpan/enh/gnrc-dispatch 2018-03-01 15:03:03 +01:00