genode-ehmry/repos/libports/include/lwip
Emery Hemingway 98380cebda VFS LwIP: do not free TCP PCBs on error
The VFS LwIP plugin is page-faulting on connect error because the LwIP
library frees a failed TCP protocol control block before calling the
error callback, and then the VFS plugin dereferences the PCB to free it
a second time. This problem was caused by a failure to follow
documentation during a transition from a C callback to a C++ method.

Fix #2972
2018-09-13 15:21:11 +02:00
..
arch VFS LwIP: do not free TCP PCBs on error 2018-09-13 15:21:11 +02:00
genode_init.h LwIP VFS plugin 2018-08-02 14:36:48 +02:00
lwipopts.h VFS LwIP: delay accepted connections 2018-08-28 16:45:27 +02:00
nic_netif.h LwIP: manage Nic pbufs with a slab allocator 2018-08-28 16:45:23 +02:00