Changeset 50170 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 23, 2014 3:45:52 AM (11 years ago)
- Location:
- trunk/src/VBox/Devices/Network/lwip-new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/CHANGELOG
r50169 r50170 80 80 81 81 ++ Bugfixes: 82 83 2014-01-10: Simon Goldschmidt 84 * tcp.c: fixed bug #39898 tcp_fasttmr() possible lock due to infinte queue process loop 82 85 83 86 2013-06-29: Simon Goldschmidt -
trunk/src/VBox/Devices/Network/lwip-new/src/core/tcp.c
r50132 r50170 1160 1160 } 1161 1161 pcb = next; 1162 } else { 1163 pcb = pcb->next; 1162 1164 } 1163 1165 }
Note:
See TracChangeset
for help on using the changeset viewer.