Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network-stack: Fix TcpConnection use-after-free
When lwIP notifies us about the PCB being closed or an error, we must clear its user data so any future callbacks don't end up using the TcpConnection after it's gone.
- Loading branch information