From owner-cvs-sys Mon Aug 5 13:52:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA19223 for cvs-sys-outgoing; Mon, 5 Aug 1996 13:52:50 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA19176; Mon, 5 Aug 1996 13:52:35 -0700 (PDT) Date: Mon, 5 Aug 1996 13:52:35 -0700 (PDT) From: Nate Williams Message-Id: <199608052052.NAA19176@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_util.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/08/05 13:52:33 Modified: sys/i386/linux linux_util.c Log: Fix memory leak bug in the path parsing code which never released it's buffer in certain error conditions. Sync up the code to that in NetBSD where applicable. Reviewed by: Gary Jennejohn Submitted by: Michael Smith Obtained from: NetBSD sources Revision Changes Path 1.2 +10 -6 src/sys/i386/linux/linux_util.c