Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site digi-g.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!ihnp4!stolaf!umn-cs!digi-g!mark From: mark@digi-g.UUCP (Mark Mendel) Newsgroups: net.sources.bugs Subject: MSDOS kermit bug Message-ID: <324@digi-g.UUCP> Date: Fri, 19-Oct-84 16:39:02 EDT Article-I.D.: digi-g.324 Posted: Fri Oct 19 16:39:02 1984 Date-Received: Sun, 21-Oct-84 16:23:43 EDT Reply-To: mark@digi-g.UUCP (mark) Organization: DigiGraphic Systems Corp., Mpls. MN Lines: 12 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