public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/29516] Memory leak when dlclose is called by library destructor
       [not found] <bug-29516-131@http.sourceware.org/bugzilla/>
@ 2022-08-23 23:37 ` bvideau at anl dot gov
  2023-03-08 16:48 ` schwab@linux-m68k.org
  2023-09-11  7:27 ` fweimer at redhat dot com
  2 siblings, 0 replies; 3+ messages in thread
From: bvideau at anl dot gov @ 2022-08-23 23:37 UTC (permalink / raw)
  To: glibc-bugs

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

Videau, Brice <bvideau at anl dot gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bvideau at anl dot gov

-- 
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/29516] Memory leak when dlclose is called by library destructor
       [not found] <bug-29516-131@http.sourceware.org/bugzilla/>
  2022-08-23 23:37 ` [Bug dynamic-link/29516] Memory leak when dlclose is called by library destructor bvideau at anl dot gov
@ 2023-03-08 16:48 ` schwab@linux-m68k.org
  2023-09-11  7:27 ` fweimer at redhat dot com
  2 siblings, 0 replies; 3+ messages in thread
From: schwab@linux-m68k.org @ 2023-03-08 16:48 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
elf/dl-fini.c:_dl_fini

                /* Bump l_direct_opencount of all objects so that they
                   are not dlclose()ed from underneath us.  */
                ++l->l_direct_opencount;

-- 
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/29516] Memory leak when dlclose is called by library destructor
       [not found] <bug-29516-131@http.sourceware.org/bugzilla/>
  2022-08-23 23:37 ` [Bug dynamic-link/29516] Memory leak when dlclose is called by library destructor bvideau at anl dot gov
  2023-03-08 16:48 ` schwab@linux-m68k.org
@ 2023-09-11  7:27 ` fweimer at redhat dot com
  2 siblings, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2023-09-11  7:27 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-
                 CC|                            |fweimer at redhat dot com

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
This issue should go away with RELRO link maps because valgrind does not track
allocations in the protected memory allocator.

-- 
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:[~2023-09-11  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-29516-131@http.sourceware.org/bugzilla/>
2022-08-23 23:37 ` [Bug dynamic-link/29516] Memory leak when dlclose is called by library destructor bvideau at anl dot gov
2023-03-08 16:48 ` schwab@linux-m68k.org
2023-09-11  7:27 ` fweimer at redhat 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).