1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/transport_layer
Sören Tempel 9e91d21625 net/gnrc/tcp: fix uninitialized memory access
From the gnrc_pktbuf_mark documentation:

	    It's not guaranteed that `result->data` points to the
	    same address as the original `pkt->data.

Thus it should be necessary to update the `hdr` pointer.
2019-08-12 22:04:35 +02:00
..
tcp net/gnrc/tcp: fix uninitialized memory access 2019-08-12 22:04:35 +02:00
udp gnrc_udp: send ICMPv6 error messages where appropriate 2018-11-16 17:39:16 +01:00