public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/28457] New: Missing reldepmod4.so dependency for globalmod1.so
@ 2021-10-15 18:03 hjl.tools at gmail dot com
  2021-10-25 14:14 ` [Bug dynamic-link/28457] " cvs-commit at gcc dot gnu.org
  2021-10-25 14:14 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-10-15 18:03 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28457

            Bug ID: 28457
           Summary: Missing reldepmod4.so dependency for globalmod1.so
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

globalmod1.c has

int
test (void)
{
  (void) dlopen ("reldepmod4.so", RTLD_LAZY | RTLD_GLOBAL);
  if (dlsym (RTLD_DEFAULT, "call_me") != NULL)
    {
      puts ("found \"call_me\"");
      return 0;
    }
  puts ("didn't find \"call_me\"");
  return 1;
}

But there is no reldepmod4.so dependency for globalmod1.so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug dynamic-link/28457] Missing reldepmod4.so dependency for globalmod1.so
  2021-10-15 18:03 [Bug dynamic-link/28457] New: Missing reldepmod4.so dependency for globalmod1.so hjl.tools at gmail dot com
@ 2021-10-25 14:14 ` cvs-commit at gcc dot gnu.org
  2021-10-25 14:14 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-25 14:14 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28457

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9b152c83f6b80562bd554e9d188636888909450

commit f9b152c83f6b80562bd554e9d188636888909450
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Oct 15 11:29:24 2021 -0700

    elf: Make global.out depend on reldepmod4.so [BZ #28457]

    The global test is linked with globalmod1.so which dlopens reldepmod4.so.
    Make global.out depend on reldepmod4.so.  This fixes BZ #28457.
    Reviewed-by: Florian Weimer <fweimer@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug dynamic-link/28457] Missing reldepmod4.so dependency for globalmod1.so
  2021-10-15 18:03 [Bug dynamic-link/28457] New: Missing reldepmod4.so dependency for globalmod1.so hjl.tools at gmail dot com
  2021-10-25 14:14 ` [Bug dynamic-link/28457] " cvs-commit at gcc dot gnu.org
@ 2021-10-25 14:14 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-10-25 14:14 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28457

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.35
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for 2.35.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-25 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 18:03 [Bug dynamic-link/28457] New: Missing reldepmod4.so dependency for globalmod1.so hjl.tools at gmail dot com
2021-10-25 14:14 ` [Bug dynamic-link/28457] " cvs-commit at gcc dot gnu.org
2021-10-25 14:14 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).