Updated SLIP for Unix System V/386 R4.0

Sudji Husodo sudji at indo.intel.com
Wed Mar 20 09:31:56 AEST 1991


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 at indo.intel.com)



More information about the Comp.unix.sysv386 mailing list