From owner-cvs-all@FreeBSD.ORG Fri Sep 8 14:59:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 A7DB716A4F2; Fri, 8 Sep 2006 14:59:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C6443D45; Fri, 8 Sep 2006 14:59:55 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88ExtjT084501; Fri, 8 Sep 2006 14:59:55 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88ExtSR084500; Fri, 8 Sep 2006 14:59:55 GMT (envelope-from kib) Message-Id: <200609081459.k88ExtSR084500@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 8 Sep 2006 14:59:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 14:59:55 -0000 kib 2006-09-08 14:59:55 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: When looking up the symbol by dlsym, look it not only in the object given as dso handle, but also in the implicit dependencies of that dso. Also, const-ify the read-only parameter objlist of symlook_list. Reported by: "Simon 'corecode' Schubert" Approved by: kan (mentor) X-MFC-After: 6.2 Revision Changes Path 1.117 +10 -13 src/libexec/rtld-elf/rtld.c