diff options
| author | Yasuharu Shibata <[email protected]> | 2024-04-16 09:26:24 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-16 17:19:35 -0600 |
| commit | beac9581531d7882df8c1de653db18fb3ab4100a (patch) | |
| tree | 78ce10cf4b44f1f19ddaab65929022be12a89d9c /scripts | |
| parent | cab7867cff33f9c21025102ea9ca3b26e362fb52 (diff) | |
net: wget: fix TCP sequence number wrap around issue
If tcp_seq_num is wrap around, tcp_seq_num >= initial_data_seq_num
isn't satisfied and store_block() isn't called.
The condition has a wrap around issue, so it is fixed in this patch.
Signed-off-by: Yasuharu Shibata <[email protected]>
Reviewed-by: Michael Trimarchi <[email protected]>
Suggested-by: Michael Trimarchi <[email protected]>
Reported-by: Tim Harvey <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
