fixed bug #39898 tcp_fasttmr() possible lock due to infinte queue process loop

This commit is contained in:
Simon Goldschmidt
2014-01-10 21:21:54 +01:00
parent ae300c98a4
commit 91333c5d2f
2 changed files with 5 additions and 0 deletions

View File

@@ -1112,6 +1112,8 @@ tcp_fasttmr_start:
}
}
pcb = next;
} else {
pcb = pcb->next;
}
}
}