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/21812] getifaddrs() returns entries with ifa_name == NULL


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

--- Comment #2 from Daniel Alvarez <dalvarez at redhat dot com> ---
(In reply to Florian Weimer from comment #1)
> This causes some application stability, but cannot be triggered deliberately
> to crash applications, right?

I don't see an easy way to do it. Probably if you keep adding/removing
interfaces continuously, the odds that this happens increase plus if you do
this you would make getifaddrs() to retry over and over so it won't never
return to the caller.

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