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
Martine Lenders 43c2c728c9 gnrc_sixlowpan_iphc: fix _compressible()
When either `gnrc_sixlowpan_iphc_nhc` or `gnrc_udp` is not compiled
in `_compressible()` never returns `true`. This causes the
`dispatch` snip in `gnrc_sixlowpan_iphc_send()` to be of length 0,
meaning `dispatch->data` is `NULL`, causing possible crashes when
trying to send IPv6 packets over 6LoWPAN without NHC or UDP.
2019-02-05 15:22:41 +01:00
..
ctx sys: net: adapt to compile-checked debug messages 2018-01-15 14:37:04 +01:00
frag gnrc_sixlowpan_frag/rbuf: add offset assertion to rbuf_add() 2019-01-25 16:57:09 +01:00
iphc gnrc_sixlowpan_iphc: fix _compressible() 2019-02-05 15:22:41 +01:00
nd sys: add missig <string.h> includes 2018-09-20 23:47:40 +02:00
gnrc_sixlowpan.c gnrc_sixlowpan: stop type-finding loop when type is found 2019-01-25 12:04:30 +01:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00