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
Marian Buschsieweke 7cfedbfb8a
sys/net/gnrc: fix logic bug in gnrc_tx_sync implementation
In case of an error, the tx sync packet snip could previously have been
released twice. This moves re-attaching the tx sync snip down after the
last `goto error` to avoid this.
2021-02-24 21:22:25 +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 sys/net/gnrc: fix logic bug in gnrc_tx_sync implementation 2021-02-24 21:22:25 +01:00