(Finally) handle block number wraparound correctly.

This commit is contained in:
hpa 2001-11-13 03:11:52 +00:00
parent 52ffc49262
commit 480bee14e9
3 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,11 @@
$Id$
Changes in 0.24:
Fix bugs in both client and server dealing with block number
wraparound, usually manifesting themselves as failure to
handle files over 32 MB in size.
Changes in 0.23:
Correct memory overwrite bug in the tftp client when compiled
with readline.