From owner-cvs-all Sun Dec 15 12:16:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07BD837B401; Sun, 15 Dec 2002 12:16:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A995B43EA9; Sun, 15 Dec 2002 12:16:46 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFKGkmV051617; Sun, 15 Dec 2002 12:16:46 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBFKGkpb051616; Sun, 15 Dec 2002 12:16:46 -0800 (PST) Message-Id: <200212152016.gBFKGkpb051616@repoman.freebsd.org> From: Matt Dillon Date: Sun, 15 Dec 2002 12:16:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/12/15 12:16:46 PST Modified files: (Branch: RELENG_4) sys/kern imgact_elf.c Log: Fix a bug where the VTEXT designation can be 'lost' on a running executable if it exec()'s itself. This problem has already been fixed in -current. PR: misc/39326 Submitted by: Peter Edwards Revision Changes Path 1.73.2.12 +5 -5 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message