mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
98380cebda
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 |
||
---|---|---|
.. | ||
arch | ||
genode_init.h | ||
lwipopts.h | ||
nic_netif.h |