1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
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
..
application_layer gnrc: keep speed optimizations of c2b403f4 2018-02-22 20:40:59 +01:00
link_layer sys/net: iolist updates 2018-03-06 14:00:32 +01:00
netapi Revert "gnrc/netreg: remove usages of gnrc_netreg_num" 2018-02-22 20:30:03 +01:00
netif sys/net/gnrc/netif: adapt to netdev with iolist 2018-03-06 14:00:31 +01:00
netreg gnrc_netreg: optimize gnrc_netreg_num() to use _netreg_lookup() 2018-02-22 20:39:23 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6: discard non-NONXT packets with 0 payload length 2018-04-03 18:34:48 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktbuf_malloc gnrc_pktbuf_malloc: initial import of a malloc()-based pktbuf 2017-07-15 17:54:47 +02:00
pktbuf_static gnrc_pktbuf_static: assert that users > 0 on release 2017-11-06 15:27:44 +01:00
pktdump net: fix output in gnrc_pktdump for ccnl 2017-12-19 10:37:05 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_rpl: allow for non-router operation (as leaf) 2018-02-23 14:26:15 +01:00
sock Merge pull request #8470 from miri64/gnrc_sock/enh/set-remote-netif-implicitly 2018-03-06 12:27:00 +01:00
transport_layer make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
Makefile gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00