* 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.
This commit is contained in:
commit
c430e00b80
2 changed files with 24 additions and 9 deletions
|
@ -70,6 +70,13 @@
|
|||
* include/grub/misc.h: Remove strncat.
|
||||
* grub-core/lib/posix_wrap/string.h: Likewise.
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue