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 network/21204] New: sunrpc: svc_unregister is called for the main thread only from __libc_freeres


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

            Bug ID: 21204
           Summary: sunrpc: svc_unregister is called for the main thread
                    only from __libc_freeres
           Product: glibc
           Version: 2.25
            Status: NEW
          Severity: minor
          Priority: P3
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
  Target Milestone: ---
             Flags: security-

svc_unregister is called for the main thread only from __libc_freeres.  This
means that this call only happens when running under memory leak debuggers such
as valgrind.  This is inconsistent with the intended use of __libc_freeres
(memory deallocations only) and may cause problems because at this point, large
parts of glibc have already been shut down.

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

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