MSDOS kermit bug

Mark Mendel mark at digi-g.UUCP
Sat Oct 20 06:39:02 AEST 1984


I found the following bugs in the net.sources version of MSDOS kermit:

In file msfile.asm:

	lea ax,outbuf		; Where to put data when buffer gets full.
    should be:
	mov ax,offset outbuf	; Where to put data when buffer gets full.

	and
	    gtchr0:	mov bx,offset inbuf
    shoud be:
	    gtchr0:	mov bx,offset inbuf



More information about the Comp.sources.bugs mailing list