From owner-cvs-all Fri Jun 4 17: 8:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4825014BE2; Fri, 4 Jun 1999 17:08:54 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99741; Fri, 4 Jun 1999 17:08:54 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199906050008.RAA99741@freefall.freebsd.org> From: John Polstra Date: Fri, 4 Jun 1999 17:08:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/06/04 17:08:48 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/ld/rtld rtld.c Log: Fix an uninitialized variable bug that sometimes caused a bus error when relocating shared objects with impure text. This bug is not present in RELENG_3 or 4-current. Revision Changes Path 1.40.2.6 +2 -1 src/gnu/usr.bin/ld/rtld/Attic/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message