https://bugs.kde.org/show_bug.cgi?id=472219

Paul Floyd <pjfl...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pjfl...@wanadoo.fr

--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> ---
I'm a bit confused. How do you get an error in ppoll when all you call is
getaddrinfo?

According to https://elixir.bootlin.com/musl/v1.2.4/A/ident/ppoll the only call
to ppoll is

https://elixir.bootlin.com/musl/v1.2.4/source/compat/time32/ppoll_time32.c#L8

(maybe the search doesn't work so well)

According to Valgrind, ppoll gets passed an int representing the number of fds
and a corresponding array of pollfd, and it's saying that one of the 'events'
fields is uninitialized. Since it looks like this is internal to musl it will
be fairly difficult to debug without a debug build of musl.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to