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
Benjamin Valentin 120b1485e0 gnrc_ipv6_nib: prevent NULL pointer dereference on nib exhaustion
If the NIB is full, `_nib_onl_get()` returns NULL.
`_reg_addr_upstream()` will then dereference the result without if
it is valid.
2020-12-08 20:41:06 +01:00
..
icmpv6 sys/*: ENABLE_DEBUG not needed for inttypes.h 2020-11-02 21:49:39 +01:00
ipv6 gnrc_ipv6_nib: prevent NULL pointer dereference on nib exhaustion 2020-12-08 20:41:06 +01:00
ndp sys/*: ENABLE_DEBUG not needed for inttypes.h 2020-11-02 21:49:39 +01:00
sixlowpan Merge pull request #11068 from miri64/gnrc_sixlowpan_frag/new/minfwd 2020-12-01 18:55:51 +01:00