1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Martine Lenders cb4f6a96a8 gnrc_ipv6: correctly reset from temporary variable
While `tmp` in the loop for write-protection for the check-sum
calculation is used to check the return value of
`gnrc_pktbuf_start_write()`, it was never overwriting `payload` causing
the original snip to be used in the following iteration `prev` when
duplicated, and destroying the sanity of `ipv6`.
2018-08-02 15:17:40 +02:00
..
application_layer
link_layer gnrc: mac: fix types according to print formatting 2018-07-19 15:13:39 +02:00
netapi
netif gnrc_netif: reapply event flags on device reset 2018-07-19 14:51:14 +02:00
netreg gnrc_netreg: make message queue requirement more visible 2018-05-29 19:21:48 +02:00
nettest
network_layer gnrc_ipv6: correctly reset from temporary variable 2018-08-02 15:17:40 +02:00
pkt
pktbuf
pktbuf_malloc gnrc/pktbuf: Const correctness on gnrc_pktbuf_add 2018-06-15 00:44:23 +02:00
pktbuf_static gnrc_pktbuf_static: reduce checks to be in line with new alignment 2018-06-27 17:19:34 +02:00
pktdump sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
priority_pktqueue
routing/rpl gnrc_rpl: exit early if netif_hdr is NULL in send function 2018-06-21 14:51:47 +02:00
sock gnrc_sock_udp: use sock's local end-point for listening 2018-06-28 17:25:26 +02:00
transport_layer gnrc_tcp: Add missing includes 2018-07-10 16:00:36 +02:00
Makefile