[DGD]1.1.49 + Patches
    Marc Spoorendonk 
    marc at freud.et.tudelft.nl
       
    Fri Jan 29 17:38:34 CET 1999
    
    
  
On Mon, 25 Jan 1999, E. Harte wrote:
> In that case, please apply the following fix as well, in
> dgd/src/comm.net.c (I forgot which line exactly):
> 
> ---- Hand-created-patch ----
>       else if (flags & CF_TELNET) {
>           usr->inbuf = (char *) usr + sizeof(user);
>           usr->outbuf = usr->inbuf + INBUF_SIZE;
> -         usr->optbuf = usr->outbuf + OPTBUF_SIZE;
> +         usr->optbuf = usr->outbuf + OUTBUF_SIZE;
>           usr->state = TS_DATA;
>       }
> ---- End of patch ----
> 
> Erwin.
> 
Heh, I see you finaly added my patch. :)
Did you already discover the bug in connect that i mailed you about? When
specifying weird hosts or ports (I don't know exactly anymore) you can
crash the driver.
Regards,
Marc
> 
> List config page:  http://list.imaginary.com/mailman/listinfo/dgd
> 
--
Marc Spoorendonk
Department of Electrical Engineering
Delft University of Technology
e-mail			: Marc at freud.et.tudelft.nl
mud			: telnet://freud.et.tudelft.nl:8888
URL			: http://freud.et.tudelft.nl/~marc/index.html
List config page:  http://list.imaginary.com/mailman/listinfo/dgd
    
    
More information about the DGD
mailing list