This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/9758] New: RTLD_DEEPBIND causes separate NULL `environ'


After some debugging ( https://bugzilla.redhat.com/show_bug.cgi?id=480504 )
found out a use of RTLD_DEEPBIND will cause NULL `environ' in the loaded library.

This is IMO a generally unexpected behavior and either `environ' should be an
exception of being shared despite RTLD_DEEPBIND or at least the man page could
make a note of it.

Tested on: Fedora glibc-2.9-3.x86_64

-- 
           Summary: RTLD_DEEPBIND causes separate NULL `environ'
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: jan dot kratochvil at redhat dot com
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=9758

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]