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 e5503d62bf gnrc_tcp: check if option length field is present before accessing it
TCP options have up to three fields (kind, length, value). The
current code only checks for the presence of the first field. Before
accessing the second field (length) the code must ensure that a length
field is even present.
2019-09-16 21:13:51 +02:00
..
tcp gnrc_tcp: check if option length field is present before accessing it 2019-09-16 21:13:51 +02:00
udp gnrc_udp: send ICMPv6 error messages where appropriate 2018-11-16 17:39:16 +01:00