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/25192] New: getaddrinfo can cause crash in the application.


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

            Bug ID: 25192
           Summary: getaddrinfo can cause crash in the application.
           Product: glibc
           Version: 2.27
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: kirill-782 at yandex dot ru
  Target Milestone: ---

Created attachment 12075
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12075&action=edit
Call stack

I’m developing an application. I needed a curl library to verify authorization.
In a new thread, requests are created and responses are later checked. But
sometimes the application crashes and produces the following error: unexpected
error 9 on netlink descriptor. Initially, I thought that the problem was in
curl and in the grip of the answer to the question I started issue in the curl
project: https://github.com/curl/curl/issues/3386. Maybe you need a special
script for use in threads? Call stack will be in the attachment (unfortunately
I do not have a text option)

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