Files
src/sbin
Mariusz Zaborski 1d0410fb34 ping6: convert receive loop from pselect(2) to ppoll(2)
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 of AISLE Research Team
Reviewed by:	markj
MFC after:	7 days
Differential Revision:	https://reviews.freebsd.org/D56721
2026-05-21 08:10:49 +02:00
..
2025-09-02 23:18:09 -06:00
2026-04-30 22:35:07 +02:00
2026-04-20 17:22:57 -04:00
2026-01-22 19:16:45 +01:00
2026-05-15 12:13:20 +02:00
2026-05-21 00:25:09 +03:30
2026-04-11 21:23:08 +02:00