Newsgroups: comp.archives Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!ox.com!msen.com!emv From: sudji@indo.intel.com (Sudji Husodo) Subject: [sysv386...] Updated SLIP for Unix System V/386 R4.0 Message-ID: <1991Mar20.215154.22987@ox.com> Followup-To: comp.unix.sysv386,comp.protocols.tcp-ip Keywords: SLIP Sender: emv@msen.com (Edward Vielmetti, MSEN) Reply-To: sudji@indo.intel.com (Sudji Husodo) Organization: Intel Corp, Portland, Oregon, USA References: <1718@gandalf.littlei.UUCP> Date: Wed, 20 Mar 1991 21:51:54 GMT Approved: emv@msen.com (Edward Vielmetti, MSEN) X-Original-Newsgroups: comp.unix.sysv386,comp.protocols.tcp-ip Archive-name: internet/slip/sysv-slip/1991-03-19 Archive-directory: iabi.intel.com:/pub/slip/ [128.215.19.51] Original-posting-by: sudji@indo.intel.com (Sudji Husodo) Original-subject: Updated SLIP for Unix System V/386 R4.0 Reposted-by: emv@msen.com (Edward Vielmetti, MSEN) 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)