From owner-cvs-all Fri Jul 9 9:23: 1 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 DB41B155CB; Fri, 9 Jul 1999 09:22:58 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16158; Fri, 9 Jul 1999 09:22:58 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199907091622.JAA16158@freefall.freebsd.org> From: John Polstra Date: Fri, 9 Jul 1999 09:22:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/07/09 09:22:58 PDT Modified files: libexec/rtld-elf rtld.c Log: Fix bug: if a dlopen() failed (e.g., because of undefined symbols), the dynamic linker didn't clean up properly. A subsequent dlopen() of the same object would appear to succeed. Another excellent fix from Max Khon. PR: bin/12471 Submitted by: Max Khon Revision Changes Path 1.27 +44 -38 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message