Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fruity: Fix use-after-free in TcpConnection
The error callback might be called at a point where the PCB has already been freed. This meant that us clearing its user data would result in a use-after-free where a NULL pointer was written into the unknown. Co-authored-by: Ole André Vadla Ravnås <oleavr@gmail.com>
- Loading branch information