pselect(2) might overflow if the desciptor number is above
FD_SETSIZE and silently corrupt the stack. Switch to ppoll(2) so
the receive socket fd is no longer constrained by FD_SETSIZE.
Reported by: Joshua Rogers
Differential D56721
ping6: convert receive loop from pselect(2) to ppoll(2) Authored by oshogbo on Apr 29 2026, 10:34 PM. Tags None Referenced Files
Subscribers
Details
pselect(2) might overflow if the desciptor number is above Reported by: Joshua Rogers
Diff Detail
|