summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* libndp,ndptool: use poll() instead of select()Beniamino Galvani2021-03-051-1/+1
| | | | | | | | | | | select() doesn't support file descriptors greater than 1023. If the program has many files open, the socket descriptor can be > 1023 and then FD_SET(fd, &rfds) causes a buffer overflow. Switch to poll() and ppoll() which don't have this limitation. Signed-off-by: Beniamino Galvani <bgalvani@redhat.com> Signed-off-by: Jiri Pirko <jiri@nvidia.com>
* initialJiri Pirko2013-03-151-0/+10
Signed-off-by: Jiri Pirko <jiri@resnulli.us>