Fix epoll_ctl setting of array event and data fields.
commitb74f9f23c8758c77367f18368ea95baa858544cb
authorMark Wielaard <mark@klomp.org>
Tue, 18 Aug 2020 21:58:55 +0000 (18 23:58 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 18 Aug 2020 21:58:55 +0000 (18 23:58 +0200)
treec4d80cca9312e6f594fa5f5dc4b750d712a2d753
parent0c23373b702752289e390b3a16e0a6265284a55e
Fix epoll_ctl setting of array event and data fields.

Fix for https://bugs.kde.org/show_bug.cgi?id=422623 in commit ecf5ba119
epoll_ctl warns for uninitialized padding on non-amd64 64bit arches
contained a bug. A pointer to an array is not a pointer to a pointer to
an array. Found by a Fedora user:
https://bugzilla.redhat.com/show_bug.cgi?id=1844778#c10
coregrind/m_syswrap/syswrap-linux.c