1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip
Hendrik van Essen 0df72af04c pkg/lwip: add missing initialization for async_cb
Without initializing async_cb to NULL it might be a value != NULL,
which leads to sock->async_cb.gen() being called mistakenly in _netconn_cb.

gnrc_sock already does it with "reg->async_cb.generic = NULL;"
2022-10-05 14:22:14 +02:00
..
contrib pkg/lwip: add missing initialization for async_cb 2022-10-05 14:22:14 +02:00
include treewide: fix conditionals on deprecated module 2022-09-21 09:42:37 +02:00
init_devs lwip/init_devs: add initial support for kw2xrf 2022-08-25 15:44:34 +02:00
patches lwip: bump to v2.1.3 2021-11-10 22:36:19 +01:00
doc.txt lwip: improve and fix documentation 2019-10-09 14:45:30 +02:00
Makefile pkg/lwip: ease debugging 2022-07-22 09:48:53 +02:00
Makefile.dep pkg/lwip_netdev: add support for IPC based Bottom Half Processor 2022-08-25 15:44:34 +02:00
Makefile.include cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00