Hi Yasuharu, On Mon, Apr 15, 2024 at 10:01 AM Yasuharu Shibata <[email protected]> wrote: > > 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]>
Great work! I applied your previous patch: https://lore.kernel.org/u-boot/[email protected]/ and this one against top-of-tree U-Boot and I no longer observe the wget corruption. Reported-by: Tim Harvey <[email protected]> Tested-by: Fabio Estevam <[email protected]> Thanks a lot for fixing this long-standing wget bug. Cheers, Fabio Estevam

