Comment 6 for bug 1821752

Revision history for this message
In , Cvs-commit (cvs-commit) wrote :

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via 93bad7c97c7047ecaf7664859e2b49c0fe995443 (commit)
      from f6987f5aa4c2ef7270bcb0a828808bd3db53520b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=93bad7c97c7047ecaf7664859e2b49c0fe995443

commit 93bad7c97c7047ecaf7664859e2b49c0fe995443
Author: Maciej W. Rozycki <email address hidden>
Date: Fri Sep 25 09:37:12 2015 +0100

    [BZ #17250] Fix static dlopen default library search path

    Fix a regression introduced with commit 0d23a5c1 [Static dlopen
    correction fallout fixes] that caused the default library search path to
    be ignored for modules loaded with dlopen from static executables.

     [BZ #17250]
     * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
     member.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog | 6 ++++++
 NEWS | 12 ++++++------
 elf/dl-support.c | 1 -
 3 files changed, 12 insertions(+), 7 deletions(-)