* grub-core/net/tftp.c: Retransmit ack when rereceiving old packet.

Try to handle more than 0xFFFF packets.
This commit is contained in:
Vladimir Serbinenko 2013-10-26 12:48:49 +02:00
parent 6d1fc99ab5
commit cf8d6bbd9e
2 changed files with 24 additions and 9 deletions

View file

@ -1,3 +1,10 @@
2013-10-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/tftp.c: Retransmit ack when rereceiving old packet.
Try to handle more than 0xFFFF packets.
Reported by: Bernhard Übelacker <bernhardu>.
He also spotted few overflows in first version of this patch.
2013-10-26 Vladimir Serbinenko <phcoder@gmail.com>
* tests/date_unit_test.c: New test.