1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer
Martine Lenders 3582dedd4e gnrc_sixlowpan_iphc: check ptr != NULL in compressible check
Not only does this leave open a risk to crash the node for the check
in `_compressible()` but also is the `tmp` check below getting confused
when `ptr` is `NULL`, since `gnrc_pktbuf_start_write()` returns `NULL`
in that case.
2019-03-12 16:48:33 +01:00
..
icmpv6 gnrc_icmpv6_echo: avoid crashing when pktbuf full 2019-01-25 17:10:57 +01:00
ipv6 Merge pull request #10985 from miri64/gnrc_ipv6_nib/fix/delayed-na 2019-02-12 20:47:42 +01:00
ndp gnrc_ndp: make compilable for router without ARSM 2018-11-26 15:53:21 +01:00
sixlowpan gnrc_sixlowpan_iphc: check ptr != NULL in compressible check 2019-03-12 16:48:33 +01:00