From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117872 invoked by alias); 10 Apr 2015 22:46:00 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 117781 invoked by uid 48); 10 Apr 2015 22:45:56 -0000 From: "drepper.fsp at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/18251] New: SONAME missing when audit modules provides path Date: Fri, 10 Apr 2015 22:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: drepper.fsp at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg00074.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18251 Bug ID: 18251 Summary: SONAME missing when audit modules provides path Product: glibc Version: 2.21 Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: drepper.fsp at gmail dot com Created attachment 8240 --> https://sourceware.org/bugzilla/attachment.cgi?id=8240&action=edit patch including test case When audit modules provide path as the return value of the la_objsearch calls the name replaces whatever ld.so uses to find the DSO. If the target DSO has an SONAME this is the SONAME. As a result the SONAME is not in the list by which the DSO is known. This usually is no problem. It becomes a problem when the SONAME is needed afterwards. One example is checking symbol and DSO versions. The patch fixes the problem and contains a patch. -- You are receiving this mail because: You are on the CC list for the bug.