On Tue, 17 Sep 2002, Tim Woodall wrote:

Sorry for all these emails. I am supposed to be at work and working and I
don't think this counts :-)

> 
> Bug is in aal5_frame_from_atm_cells in atm.c
> 
> There needs to be a pti=0; before each of the continue lines.
> 
    I think it is just one of the continue lines actually.

> If the _last_ cell in the packet is bad then we don't reset pti and so
> we will be passing garbage out.
> 
> Alternatively make the while(pti = 0 || length > 0)
> but that is a cludge :-) (N.B. the _single_ equals sign)
> 
Another bug here: (pppoa3.c)

    if(pti<0) {
        report(0, REPORT_ERROR|REPORT_DATE, "Buffer ..."
>>>>>   pti = 0; /* don't want to do the next while!!!!! */
    }

    /* As the last pti is 1, we have to send the aal5_frame data */
    while(pti) {

Tim.


-- 
God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," 
and there was light.

     http://tjw.hn.org/      http://www.locofungus.btinternet.co.uk/



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to