1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 10:12:45 +01:00
RIOT/sys/net/gnrc/transport_layer/tcp
Mingjie Shen 51ff6c3675 all/gnrc: fix null pointer dereference
Check return values of following functions for null:
    - gnrc_netif_iter
    - gnrc_netif_hdr_build
    - gnrc_pktsnip_search_type
    - gnrc_netif_get_by_pid
    - gnrc_netif_hdr_get_netif
    - _nib_drl_get
2023-06-22 19:43:30 -04:00
..
include gnrc_tcp: replace RIOT_FILE_RELATIVE with __FILE__ 2022-11-19 01:48:42 +01:00
gnrc_tcp_common.c gnrc_tcp: cleanup internal api 2020-10-15 15:16:03 +02:00
gnrc_tcp_eventloop.c gnrc_tcp: add listen/accept 2021-07-08 09:40:02 +02:00
gnrc_tcp_fsm.c gnrc_tcp: add ; after DEBUG() 2021-12-08 21:09:31 +01:00
gnrc_tcp_option.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
gnrc_tcp_pkt.c all/gnrc: fix null pointer dereference 2023-06-22 19:43:30 -04:00
gnrc_tcp_rcvbuf.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
gnrc_tcp.c codespell: fix remaining issues 2022-09-16 14:00:35 +02:00
Kconfig gnrc_tcp: experimental feature "dynamic msl" 2021-09-04 07:37:53 +02:00
Makefile gnrc_tcp : initial implementation 2017-01-22 09:27:58 +01:00