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 nptl/20220] New: New recvmsg wrapper in 2.24 missing from libpthread


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

            Bug ID: 20220
           Summary: New recvmsg wrapper in 2.24 missing from libpthread
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
                CC: adhemerval.zanella at linaro dot org, drepper.fsp at gmail dot com
  Target Milestone: ---

Currently, libpthread only export recvmsg@GLIBC_2.0, not recvmsg@GLIBC_2.24. 
It seems that dlsym can pick this symbol, and applications can call the
function with the wrong struct definition as a result.

I suspect a 2.24 version needs to be added to nptl/Versions as well.

-- 
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]