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
..
2018-03-27 13:44:27 +02:00
2017-08-17 11:04:22 +02:00
2018-05-30 12:26:19 +02:00
2017-08-30 09:59:59 +02:00