0
0
Fork 0

fix(usbip): Fix null pointer dereference

This commit is contained in:
windowsair 2021-10-07 22:28:29 +08:00
parent c67afb07a1
commit 45c5ec307f
1 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ void tcp_server_task(void *pvParameters)
// Restart DAP Handle
kRestartDAPHandle = 1;
if (kDAPTaskHandle)
xTaskNotifyGive(kDAPTaskHandle);
//shutdown(listen_sock, 0);