Xref: utzoo comp.unix.sysv386:6145 comp.protocols.tcp-ip:15326 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!ogicse!littlei!indo!sudji From: sudji@indo.intel.com (Sudji Husodo) Newsgroups: comp.unix.sysv386,comp.protocols.tcp-ip Subject: Updated SLIP for Unix System V/386 R4.0 Keywords: SLIP Message-ID: <1718@gandalf.littlei.UUCP> Date: 19 Mar 91 23:31:56 GMT Sender: news@littlei.UUCP Reply-To: sudji@indo.intel.com (Sudji Husodo) Organization: Intel Corp, Portland, Oregon, USA Lines: 27 An updated version of the SLIP driver for Unix System V/386 R4.0 is now available in iabi.intel.com (128.215.19.51) in pub/slip. The update was placed at noon on the March 15, 1991. The previous version has a memory leak problem in the SLIP driver (driver/io/slip.c) which is fixed by adding a call to freemsg as shown in the following context diff output. *** slip.c Tue Mar 14 09:39:08 1991 --- slip.old Tue Feb 25 09:42:09 1991 *************** *** 758,764 **** STRLOG (SLIPM_ID,1,0,SL_TRACE,"slip_dl_cmd: DL_UNITDATA_REQ"); if (p_slip->state == DL_IDLE) { STRLOG (SLIPM_ID,2,0,SL_TRACE,"slip_dl_cmd: putq (%x, %x)", q, mp); - freemsg (response); putq (q, mp); return; } --- 758,763 ---- I apologize for the delay on this posting. Sudji Husodo (sudji@indo.intel.com)