1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/lwip/contrib/sock/ip
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
..
lwip_sock_ip.c pkg/lwip: add missing initialization for async_cb 2022-10-05 14:22:14 +02:00
Makefile pkg: provide sock_ip support for lwip 2017-01-17 09:00:44 +01:00