genode/repos/libports/include/lwip/arch
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
..
cc.h VFS LwIP: do not free TCP PCBs on error 2018-09-13 15:21:11 +02:00
perf.h LwIP VFS plugin 2018-08-02 14:36:48 +02:00