mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-31 23:13:56 +08:00
fixed bug #39898 tcp_fasttmr() possible lock due to infinte queue process loop
This commit is contained in:
@@ -1112,6 +1112,8 @@ tcp_fasttmr_start:
|
||||
}
|
||||
}
|
||||
pcb = next;
|
||||
} else {
|
||||
pcb = pcb->next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user