Re: BUG in arp.c is found

Thomas =?ISO-8859-1?Q?K=F6nig?= (Thomas.Koenig@ciw.uni-karlsruhe.de)
Sun, 3 Mar 1996 18:29:05 +0100 (MET)


really A.N.Kuznetsov wrote:
>int arp_get_info(char *buffer, char **start, off_t offset, int length, int dummy)
>{

>
> len += size;
> pos += size;
>
> if (pos <= offset)
> len=0;
> if (pos >= offset+length)
>#ifdef NO_ANK_FIX
> break;
>#else
> goto done;
>#endif
> }
> }
>#ifndef NO_ANK_FIX
>done:
>#endif
> arp_unlock();
>.............
>}

I patched this into 1.3.70, reran my test, and things do indeed work
smoothly now.

Thanks a lot!

-- 
Thomas Koenig, Thomas.Koenig@ciw.uni-karlsruhe.de, ig25@dkauni2.bitnet.
The joy of engineering is to find a straight line on a double
logarithmic diagram.