Re: [Etherboot-developers] signed comparison bug
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-03-14 21:35:48
|
> if ((block || bcounter) && (block != (unsigned short) (prevblock+1))) {
>
>fixes the problem. It was preventing the block number roll over from working.
>
>(tftpd version also needs to be 0.17 or greater, it has a similar problem).
Thanks, will edit. Have you been able to load arbitrarily large images
then?
|